Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kruskals algorithm to MinimumSpanningTree project #12

Open
HLWeil opened this issue Aug 23, 2021 · 0 comments
Open

Add Kruskals algorithm to MinimumSpanningTree project #12

HLWeil opened this issue Aug 23, 2021 · 0 comments

Comments

@HLWeil
Copy link
Member

HLWeil commented Aug 23, 2021

Kruskals algorithm is a marginally more complex, but also more potent alternative to Prim's algorithm for finding not only minimum spanning trees but also minimum spanning forests. It could be added to the existing project or used in the future as a new project with the same basics.

Additonal Ressources:
https://algorithms.discrete.ma.tum.de/graph-algorithms/mst-kruskal/index_en.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant