Skip to content

manrajg13/pathfinding-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pathfinding Visualizer

Displaying how dijkstra's algorithm is used to find the shortest path between nodes


Usage

Define default dimensions of 40 columns x 25 rows

python pathfinder.py

Define custom dimensions with 2 arguments

python pathfinder.py 30 30

Requirements

pip install pygame

About

Displaying how dijkstra's algorithm is used to find the shortest path between nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages