mmcs-ruby / visual_graphs

MIT License
2 stars 15 forks source link

Implement graph algorithm: Kruskal's (for adjacency matrix based graph) #12

Open handlessdude opened 2 years ago

handlessdude commented 2 years ago

The result must be a new graph with corresponding base presenting the minimum spanning forest of a given weighted undirected graph

Alator-ux commented 2 years ago

take it