Embed presentation
Download to read offline









Kruskal's algorithm is a minimum spanning tree algorithm that efficiently finds the least weight edge connecting trees in a forest, with a time complexity of O(e log e). It is capable of creating minimum spanning forests and can be adjusted for adding nodes and edges after the initial solution. The algorithm identifies a subset of edges that connects every vertex with minimal total weight and no cycles.








