Visualization of common pathfinding algorithms 🧭 🗺️
Website 🔗
- 🗺️ Visualize common pathfinding algorithms: DFS, BFS, Dijkstra, A*.
- 🧭 Move start/end nodes freely to see optimal path changes.
- 🧱 Allow walls creation.
- 📞 Work on mobile, however some features are available on desktop only.
Depth-first Search
Dijkstra's Algorithm
A* Algorithm
git clone git@github.com:sonngdev/algorithms-visualizer.git
cd algorithms-visualizer
npm install
npm run dev
Son Nguyen. Check out my website.