Some Algorithms to look on

Some Algorithms to look on


Sorting

1. Bubble sort
2. Quicksort
3. Heap sort
4. Merge sort
5. Piegonhole sort

Searching

1. Linear Search 
2. Binary Search
3. Breadth-first search
4. Depth-first search

Greedy Alogos

1. Dijkstra
2. Floyd Warshall
3. Bellman-Fords

More Algos

1. Kadane's Algorithm
2. Sieve of Eratosthenes


Comments

Popular posts from this blog

Link List

Important concepts and problem