/Minimum_Spanning_Tree

Implementation of Prim and Kruskal algorithms using Python.

Primary LanguagePython

Minimum Spanning Tree

Python implementation of Prim and Kruskal algorithms to compute minimum spanning trees using efficient union-find data structures, and heap-based priority queues.