Skip to content

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

Notifications You must be signed in to change notification settings

alexandengstrom/pathfinding-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Maze and Terrain Generation:
  • Random maze generation
  • Weighted terrains for use with Dijkstra's Algorithm
  1. Interactive Canvas:
  • Paint your own custom mazes and terrains to test the algorithms on.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published