Skip to content

Simple Python implementation of Dijkstra's algorithm (with a NetworkX/Matplotlib visualizer)

Notifications You must be signed in to change notification settings

reinvald/Dijkstra-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Dijkstra Visualizer

Simple Python project to find SSSPs from user created graphs using Dijkstra's algorithm. Python 3 required for dependencies to run properly.

Usage

Simply run dijkstra.py. User interaction done through command line interface.

python dijkstra.py

About

Simple Python implementation of Dijkstra's algorithm (with a NetworkX/Matplotlib visualizer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages