-
Notifications
You must be signed in to change notification settings - Fork 110
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
Notebook for Minimum Spanning Tree Algorithms #101
Comments
@PurviChaurasia There is no need to have a nx-guides notebook ready before the outreachy deadline. We don't expect applicants to do that :) |
Oh alright, sure. But do you think it's a good algorithm to work on for the proposal? I have also added 2 other issues around which I would like to work, could you kindly have a look at them and let me know if adding them to the proposal would be alright? |
I am applying via GSoC as well hence would like to get your approval on these things before working on my final proposal :) |
Minimum spanning tree and related algorithms is definitely a good candidate for the notebooks. |
Alright thanks a lot for the heads-up! |
In NetworkX, MSTs are generated via 3 different algorithms:
I aim to create a notebook explaining how each algorithm works in NetworkX while making it as simple and understandable as possible.
The text was updated successfully, but these errors were encountered: