Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 392 Bytes

Breadth first search(BFS) visualizer on Grids

A simple JS script to add visualization of BFS on grids

Screenshots

  • Where no path exists Screenshot 1
  • Where a path exists Screenshot 2

TODO

  • Add realtime animation on the progress of the algorithm
  • Add borders to visited cells