Skip to content

thanhsonng/algorithms-visualizer

Repository files navigation

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

Visualization of Depth-first Search algorithm

Dijkstra's Algorithm

Visualization of Dijkstra's algorithm

A* Algorithm

Visualization of A-Star algorithm

Clone this repo

git clone git@github.com:thanhsonng/algorithms-visualizer.git
cd algorithms-visualizer
npm install
npm run dev

Author

Son Nguyen. Check out my website.