evanyui / dijkstra

Simple dijkstra implementation for combinatorics class MATH 3012

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple dijkstra implementation project for Combinatorics Class MATH 3012 Runs with an input of txt file that contains data of vertices and directed edges

To run: py dijkstra.py dijkstra-data.txt

Results will be printed and also will be output into output.txt

About

Simple dijkstra implementation for combinatorics class MATH 3012


Languages

Language:Python 100.0%