Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🧭 πŸ—ΊοΈ

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 [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/).