algorithms-visualizer
algorithms-visualizer copied to clipboard
Visualization of common pathfinding algorithms 🧭 🗺️
Algorithms Visualizer
Visualization of common pathfinding algorithms 🧭 🗺️
Website 🔗
Features
- 🗺️ 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.
Screenshots
Depth-first Search
Dijkstra's Algorithm
A* Algorithm
Clone this repo
git clone [email protected]:sonngdev/algorithms-visualizer.git
cd algorithms-visualizer
npm install
npm run dev
Author
Son Nguyen. Check out my website.