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
In this project is realized the algorithm of Prim, which find a Minimum Spanning Tree (MST). It's received a txt file with the numbers of vertex, edges and the edges with their costs. The result is printed in a txt file.