-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Description
What would you like to Propose?
I am writing to express my interest in contributing to the Kruskal Algorithm Open Source Project hosted on GitHub. After thoroughly examining the project and understanding its objectives, I am excited to propose my contributions to help improve and enhance this valuable resource.
The Kruskal Algorithm is a fundamental algorithm in the field of graph theory and is widely used for finding the Minimum Spanning Tree (MST) in a connected, undirected graph. A well-maintained and efficient Kruskal Algorithm implementation is crucial for various applications, such as network design, clustering, and optimization.
Issue details
Extend the existing Kruskal Algorithm to handle weighted graphs with negative edge weights by implementing the Kruskal++ Algorithm. This new implementation will allow the algorithm to find the Minimum Spanning Tree even in scenarios where negative weights are present, providing greater versatility for users.
Additional Information
No response