Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonngdev/algorithms-visualizer
Visualization of common pathfinding algorithms π§ πΊοΈ
https://github.com/sonngdev/algorithms-visualizer
Last synced: about 5 hours 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T15:22:59.000Z (about 2 months ago)
- Last Synced: 2024-10-09T17:08:45.035Z (about 1 month 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 [email protected]: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/).