Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 723 Bytes

Pathfinding Visualization

The project is still on development but you can check the code here.

Screenshot

BFS Algo image DFS Algo image Dijkstra Algo image

Todo

  • Visualize grid
  • Adding BFS Algo
  • Adding DFS Algo
  • Adding Dijkstra Algo
  • Mobile responseiveness
  • Unit testing using jest
  • Adding animation
  • Dynamic resizing of grid