Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 418 Bytes

File metadata and controls

37 lines (20 loc) · 418 Bytes

path-simulator

path-simulator is webapp for visualizing the pathfinding algorithms in real-time.


Algorithms

  • Dijkstra
  • DFS
  • BFS
  • A*

Build Guide

git clone https://github.com/AmitHalpert/path-simulator.git
cd path-simulator
yarn install
yarn start

LICENSE

MIT