Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
Line 15: Line 15:
* [[Shortest Paths Problems]]
* [[Shortest Paths Problems]]
** [[All pairs shortest paths]]
** [[All pairs shortest paths]]
*** [[Floyd-Warshall]]
*** [[Bellman-Ford]]
*** [[Shortest paths by repeated squaring]] (variant of Bellman-Ford)
** [[Single source shortest paths]]
** [[Single source shortest paths]]
*** [[Dijkstra]]
** [[Single source single target shortest paths]]
** [[Single source single target shortest paths]]
*** [[A*]]
* [[Maximum spanning forest]]
* [[Maximum spanning forest]]
* [[Problems on Sequences]]
* [[Problems on Sequences]]
Line 30: Line 35:
*** [[Sorting based on pairwise comparison]]
*** [[Sorting based on pairwise comparison]]
*** [[Sorting Sequences of Strings]]
*** [[Sorting Sequences of Strings]]
=== Coding Basics ===
=== Coding Basics ===
* [[Heritage]]
* [[Heritage]]

Revision as of 23:34, 11 September 2014

News

To Do

Notations

Problems

Coding Basics

String Matching Algorithms

Sorting Algorithms

Search Algorithms

Tree Algorithms

Graph Theory

Graph Algorithms

Flow Algorithms

Data Structures

Other Algorithms (LOCKED)

Other Data Structures (LOCKED)