[Code Addition Request]: Add MST Algorithms #481
Labels
Contributor
Denotes issues or PRs submitted by contributors to acknowledge their participation.
gssoc-ext
hacktoberfest
level1
Status: Assigned
Indicates an issue has been assigned to a contributor.
Have you completed your first issue?
Guidelines
Latest Merged PR Link
N/A
Project Description
Add implementations of Prim's and Kruskal's algorithms for finding the Minimum Spanning Tree (MST) in an undirected, weighted graph. Both algorithms should be optimized for performance, with Prim's using a priority queue and Kruskal's utilizing a disjoint set for cycle detection. Include clear comments, unit tests, and handle edge cases like disconnected graphs. This addition will enhance the repository’s graph algorithms section
Full Name
Shashmitha V
Participant Role
GSSOC
The text was updated successfully, but these errors were encountered: