Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 690 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 690 Bytes

Algo Visualization

Visualize and learn various Pathfinding, Sorting and Searching algorithms via awesome visualization website and good quality study material, Click here to visit.


Pathfinding Algorithms

  • Breadth First Search
  • Depth First Search
  • Best First Search
  • Dijkstra Algorithm
  • Astar Algorithm

Sorting Algorithms

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort

Searching Algorithms

  • Linear Search
  • Jump Search
  • Binary Search
  • Exponential Search