Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 515 Bytes

AlgoVisualizer

A Path Finding Algorithm Visualizer written in Vanilla Javascript using OOP design pattern, which can help you visualize how certain Path Finding Algorithms work.


See Live Demo Here

Algorithms Visualized :-

  1. A* Algorithm
  2. Djikstra's Algorithm
  3. Breadth First Search
  4. Depth First Search

Features:-

  • Visualize Different Algorithms
  • Adjust the Speed of Visualization
  • Switch between Light and Dark mode
  • Responsive Web App