An open API service indexing awesome lists of open source software.

https://github.com/francescobaio/kruskal

This project was undertaken as part of our Algorithms course. The primary objective of this project is to implement and analyze Kruskal's algorithm for finding the Minimum Spanning Tree (MST) in a graph. The project also explores connected components within a graph, providing a comprehensive toolkit for graph analysis.
https://github.com/francescobaio/kruskal

kruskal-algorithm mst union-find-algorithm

Last synced: about 1 month ago
JSON representation

This project was undertaken as part of our Algorithms course. The primary objective of this project is to implement and analyze Kruskal's algorithm for finding the Minimum Spanning Tree (MST) in a graph. The project also explores connected components within a graph, providing a comprehensive toolkit for graph analysis.

Awesome Lists containing this project