Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== To Do ==
== To Do ==
  Asymptotic notation
  [[Asymptotic notation]]
=== String Matching Algorithms ===
=== String Matching Algorithms ===
=== Sorting Algorithms ===
=== Sorting Algorithms ===
* Insertion Sort
* [[Insertion Sort]]
* Quicksort
* [[Quicksort]]
* Bubblesort
* [[Bubblesort]]
* Mergesort
* [[Mergesort]]
* Bucketsort
* [[Bucketsort]]
=== Search Algorithms ===
=== Search Algorithms ===
* Binary Search
* Binary Search
=== Tree Algorithms ===
=== Tree Algorithms ===
* [[Depth First Search]]
* [[Depth First Search]]
* B-Tree Rotate
* [[B-Tree Rotate]]
* B-Tree Merge
* [[B-Tree Merge]]
* B-Tree Split
* [[B-Tree Split]]


=== Graph Algorithms ===
=== Graph Algorithms ===
* Dijkstra
* [[Dijkstra]]
* Kruskal
* [[Kruskal]]
* Prim
* [[Prim]]
* Bellman-Ford
* [[Bellman-Ford]]
* a*
* [[a*]]
=== Flow Algorithms ===
=== Flow Algorithms ===
* Ford-Fulkerson
* [[Ford-Fulkerson]]
=== Data Structures ===
=== Data Structures ===
* Linked List
* [[Linked List]]
* Double Linked List
* [[Double Linked List]]
* Hash Table
* [[Hash Table]]
* Hash Map
* [[Hash Map]]
* Binary Search Tree
* [[Binary Search Tree]]
* B-Trees
* [[B-Trees]]
* Red-Black Tree
* [[Red-Black Tree]]
* Graphs
* [[Graphs]]
=== Other Algorithms ===
=== Other Algorithms ===
* CRC
* [[CRC]]
* Eulkid
* [[Eulkid]]
* Gauss
* [[Gauss]]
* Fast Fourier Transformation
* [[Fast Fourier Transformation]]
* Bresenham
* [[Bresenham]]

Revision as of 23:49, 9 September 2014