/Dijkstra

Primary LanguagePython

Dijkstra

Python file that implements Dijkstra's algorithm. It finds the shortest path in a graph of nodes, with each path being weighted a certain amount. Instructions to check Output are in check_Dijkstra_output.py .