Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
* [[Bucketsort]]
* [[Bucketsort]]
=== Search Algorithms ===
=== Search Algorithms ===
* Binary Search
* [[Binary Search]]
 
=== Tree Algorithms ===
=== Tree Algorithms ===
* [[Depth First Search]]
* [[Depth First Search]]

Revision as of 00:52, 10 September 2014

News

  • [math]\displaystyle{ LaTeX }[/math] jetzt aktiv!
  • ToDo Liste hinzugefügt

To Do

Notations

Asymptotic notation

String Matching Algorithms

  • Simple string matching algorithm
  • String matching based on finite automaton

Sorting Algorithms

Search Algorithms

Tree Algorithms

Graph Algorithms

Flow Algorithms

Data Structures

Other Algorithms