Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 273 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 273 Bytes

BasicAlgorithms

  1. Search Algorithms a) DFS b) BFS c) Binary Search d) Dijkstra's Alg e) A* Alg f) Bellman-Ford

  2. Sorting Algorithms a) MergeSort b) InsertionSort c) QuickSort d) BubbleSort e) ---TimSort---

  3. ---Minimax Algorithm---