You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eraldoluis edited this page Apr 28, 2011
·
3 revisions
The mst-algorithms project comprises
C++ implementations of three classic Minimum Spanning Tree (MST) algorithms.
Namely,
Kruskal's,
Prim's using Fibonacci heap
and Prim's using binomial heap.
This project includes a program (main function) to test the algorithms.
This program expects as input
a text file describing a weighted graph.
See the README file (in Portuguese) for more details about the syntax of this input file.