-
1] Linear Search
-
2] Binary Search
-
3] Depth First Search
-
4] Breadth First Search
-
1] Insertion Sort
-
2] Heap Sort
-
3] Selection Sort
-
4] Merge Sort
-
5] Quick Sort
-
6] Counting Sort
-
7] Bubble Sort
-
1] Krushkal's Algorithm
-
2] Dijkstra's Algorithm
-
3] Bellman Ford Algorithm
-
4] Floyd Warshall Algorithm
-
5] Topological Sort Algorithm
-
6] Flood Fill Algorithm
-
7] Lee Algorithm
-
1] Kadane's Algorithm
-
2] Floyd's Cycle Detection Algorithm
-
3] KMP Algorithm
-
4] Quick - Select Algorithm
-
5] Boyer-More Majority Vote Algorithm
-
1] Huffman Coding Compression Algorithm
-
2] Euclid's Algorithm
-
3] Union Find Algorithm
#> Note : C version is complete will soon move on to Python version after a break.