nx-guides icon indicating copy to clipboard operation
nx-guides copied to clipboard

Notebook for Minimum Spanning Tree Algorithms

Open PurviChaurasia opened this issue 2 years ago • 8 comments

In NetworkX, MSTs are generated via 3 different algorithms:

  1. Kruskals Algorithm
  2. Prims Algorithm
  3. Boruvka Algorithm

I aim to create a notebook explaining how each algorithm works in NetworkX while making it as simple and understandable as possible.

PurviChaurasia avatar Mar 27 '23 12:03 PurviChaurasia

@MridulS @rossbar Should I create a sample draft notebook before adding it into the proposal? Also would it be a good idea to consider it for the proposal or should I look into other algorithms?

PurviChaurasia avatar Mar 27 '23 12:03 PurviChaurasia

@MridulS Could you have a look at this notebook, I don't want to commit any changes yet because I have to convert to MD format first. Please let me know how I can improve this.

PurviChaurasia avatar Mar 28 '23 07:03 PurviChaurasia

I know you guys are super swamped but any inputs from your end would be great! @rossbar @MridulS

PurviChaurasia avatar Mar 28 '23 07:03 PurviChaurasia

@PurviChaurasia There is no need to have a nx-guides notebook ready before the outreachy deadline. We don't expect applicants to do that :)

MridulS avatar Mar 28 '23 13:03 MridulS

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?

PurviChaurasia avatar Mar 28 '23 13:03 PurviChaurasia

I am applying via GSoC as well hence would like to get your approval on these things before working on my final proposal :)

PurviChaurasia avatar Mar 28 '23 13:03 PurviChaurasia

Minimum spanning tree and related algorithms is definitely a good candidate for the notebooks.

MridulS avatar Mar 28 '23 13:03 MridulS

Alright thanks a lot for the heads-up!

PurviChaurasia avatar Mar 28 '23 13:03 PurviChaurasia