This repository contains source code that I wrote while working on my master's thesis. The objective of this thesis was to compare multiple Minimum Spanning Tree algorithms (which are graph algorithms ...
This Python script implements Kruskal’s algorithm to find the minimum spanning tree of a graph. The graph data is read from a CSV file and the total weight of the minimum spanning tree is printed, ...