sulthanmuzakki / Dijkstra-Visualizer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Python 100.0%