Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 447 Bytes

PathFinderMazeVisualizer

A*, Dijkstra, maze generation etc. visualizers using only javascript

A javascript visualizer with fucntionality to visualize different PathFinding algos.

Funcitonalitites:

  • Algorithms visualised:
    1. A*
    2. Dijkstra
    3. Bfs
    4. Dfs
  • can generate maze randomly also
  • can remove and add wall by interest from anywhere
  • can change location of starting and ending point

keep studyin 😴!