Skip to content

academicgit/Algorithm-Aggregator-Project

Repository files navigation

The Algorithm Aggregator Project

Progress C Browser IDE Parv

Searching Alogorithms : -

  • 1] Linear Search

  • 2] Binary Search

  • 3] Depth First Search

  • 4] Breadth First Search

Sorting Algorithms : -

  • 1] Insertion Sort

  • 2] Heap Sort

  • 3] Selection Sort

  • 4] Merge Sort

  • 5] Quick Sort

  • 6] Counting Sort

  • 7] Bubble Sort

Graphs Algorithms : -

  • 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

Arrays Algorithms : -

  • 1] Kadane's Algorithm

  • 2] Floyd's Cycle Detection Algorithm

  • 3] KMP Algorithm

  • 4] Quick - Select Algorithm

  • 5] Boyer-More Majority Vote Algorithm

Other Algorithms : -

  • 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.