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

https://github.com/alexandengstrom/pathfinding-visualizer

A Pathfinding Visualizer built with React that visualizes algorithms such as BFS, DFS, and Dijkstra's.
https://github.com/alexandengstrom/pathfinding-visualizer

algorithm bfs dfs dijkstras visualizer

Last synced: 3 months ago
JSON representation

A Pathfinding Visualizer built with React that visualizes algorithms such as BFS, DFS, and Dijkstra's.

Awesome Lists containing this project

README

          

# Pathfinding Visualizer

The Pathfinding Visualizer is a web-based tool developed in React. Its primary function is to provide visual representations of various pathfinding algorithms, allowing users to observe their operations in real-time.

Try the tool here:
https://alexandengstrom.github.io/pathfinding-visualizer/

## Features:

1. **Algorithms:**

- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- Dijkstra's Algorithm

2. **Maze and Terrain Generation:**

- Random maze generation
- Weighted terrains for use with Dijkstra's Algorithm

3. **Interactive Canvas:**

- Paint your own custom mazes and terrains to test the algorithms on.