/Minimum-Spanning-Tree

MST of given graph with both Prim and Kruskal algorithms.

Primary LanguageC

MINIMUM SPANNING TREE IMPL IN C

Calculates MST with Prim and Kruskal algorithms.

Compile with GNU C Compiler
DO NOT COMPILE ON MAC SYSTEMS