https://github.com/sonngdev/algorithms-visualizer
Visualization of common pathfinding algorithms 🧭 🗺️
https://github.com/sonngdev/algorithms-visualizer
Last synced: about 1 year ago
JSON representation
Visualization of common pathfinding algorithms 🧭 🗺️
- Host: GitHub
- URL: https://github.com/sonngdev/algorithms-visualizer
- Owner: sonngdev
- Created: 2022-07-10T16:37:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T15:22:59.000Z (over 1 year ago)
- Last Synced: 2024-10-09T17:08:45.035Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://algorithms.sonng.dev/
- Size: 1.06 MB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```bash
git clone git@github.com:sonngdev/algorithms-visualizer.git
cd algorithms-visualizer
npm install
npm run dev
```
## Author
[Son Nguyen](https://github.com/sonngdev).
Check out my [website](https://www.sonng.dev/).