Algorithm-Visualizer

A web app where you can interact with complex yet intuitive algorithms. You get to see how the algorithms work and try out different setups.


Algorithms Supported

  • Graph Algorihtms
    • Dijkstra's path finding algorihtm.
    • A-Star path finding algorihtm.
    • Breadth First Search (BFS) traversal algorithm.
    • Depth First Search (DFS) traversal algorithm.

Tech Stack Used