All 25 Algorithms
All 25 Algorithms
SEARCHING
- Linear Search
- Binary Search
- Depth First Search
- Breadth First search
SORTING
- Insertion Sort
- Heap
- Selection Sort
- Merge Sort
- Quick Sort
- Counting Sort
GRAPHS
- Kruskal's Algo
- Dijkstra's Algo
- Bellman Fort Algo
- Floyd Warshall Algo
- Topological Sort Algo
- Flood Fill Algo
- Lee Algo
ARRAYS
- Kadane's Algo
- Floyd's Detection Algo
- KMP Algo
- Quick-Select Algo
- Boyer-More
- Majority Vote Algo
BASICS
- Huffman Coding Compression Algo
- Euclid's Algo
- Union Find Algo
Comments
Post a Comment