Skip to content
/ pathing Public

An implementation of Dijkstra's algorithm in python. It's not at all efficient, and is meant as a teaching tool.

Notifications You must be signed in to change notification settings

KART35/pathing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathing

An implementation of Dijkstra's algorithm in python. It's not at all efficient, and is meant as a teaching tool.

Requires matplotlib for graphical output. Works in python 3.3.

About

An implementation of Dijkstra's algorithm in python. It's not at all efficient, and is meant as a teaching tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages