Skip to content

ekschro/kruskals-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kruskal’s Algorithm

Ericsson Schroeter April 10, 2018

How to run the python3 script:

Assuming you have python3 on your machine and you are in the directory containing the KruskalMSF script, you can enter the command below.

python3 KruskalMSF <graphX>

<graphX>: the location of the text file containing graph data

About

A short implementation of Kruskal's Algorithm to find the minimum spanning tree of a graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages