This project is an implementation of Kruskal's algorithm in Java to find the Minimum Spanning Tree (MST) of a given graph. Kruskal's algorithm is a greedy algorithm used to find the MST of a graph.