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 1 year ago
JSON representation

Visualization of common pathfinding algorithms 🧭 🗺️

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



Visualization of Depth-first Search algorithm

Dijkstra's Algorithm



Visualization of Dijkstra's algorithm

A* Algorithm



Visualization of A-Star 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/).