Skip to content

Hukyl/dijkstra-algoritm-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dijkstra-algoritm-visualization

A visualization for Dijsktra's algorithm on Python Tkinter

Algorithm shows the cheapest way between two specified nodes.

Program can import and export *.pickle graphs. After the graph was solved, it should be redrawn. Lines can be reassigned and new nodes can be added, however old nodes can not be deleted or moved. In order to create a new graph, you should reset the canvas.

Requirements

  • Python 3.9
  • Tkinter

About

A visualization for Dijsktra's algorithm on Python Tkinter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages