Minimum Spanning Tree

There's a total of 1 articles.




Minimum Spanning Tree

Minimum Spanning Tree

This article covers minimum spanning tree (MST), MSTs have important applications, MST can be used to minimize the cost of building a communication network, or it can be used to identify important features or patterns in a dataset.


I implement the Prim and Kruskal algorithms to find the minimum spanning tree in a graph with different implementations for sparse and dense graphs, also with the theory covered I also implement an algorithm to find the number of nimal spanning trees in a graph.

Me
Published on Wed, Jun 24, 2015
Last modified on Sun, Jun 16, 2024
2563 words - Page Source