Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
Line 9: Line 9:
* [[Asymptotic notation]]
* [[Asymptotic notation]]
* [[L' Hospital]]
* [[L' Hospital]]
=== Problems ===
* [[Maximum matching problem]]
* [[Max-Flow Problems]]
* [[Min-Cost Flow Problems]]
* [[Shortest Paths Problems]]
** [[All pairs shortest paths]]
** [[Single source shortest paths]]
** [[Single source single target shortest paths]]
* [[Maximum spanning forest]]
* [[Problems on Sequences]]
** [[Basic Problems on Sequences]]
*** [[Find an element in a sequence]]
*** [[Insert an element in a sequence]]
*** [[Median]]
*** [[Merging two sorted sequences]]
** [[Pattern Matching]]
*** [[One-dimensional string matching]]
*** [[String matching]]
** [[Sorting]]
*** [[Sorting based on pairwise comparison]]
*** [[Sorting Sequences of Strings]]
=== Coding Basics ===
=== Coding Basics ===
* [[Heritage]]
* [[Heritage]]

Revision as of 22:59, 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)