networkx / nx-guides

Examples and Jupyter Notebooks about NetworkX
https://networkx.org/nx-guides/
Creative Commons Zero v1.0 Universal
192 stars 104 forks source link

Graph Traversal algorithms - Pedagogical Notebook #94

Closed navyagarwal closed 1 year ago

navyagarwal commented 1 year ago

Created an explanatory notebook for DFS and BFS. Closes #90

@MridulS Could you please review it? On a sidenote, please include a contributor's guide to the repo, had bit of a hard time without it 😅. I found that there is one written over here but has not been merged yet.

navyagarwal commented 1 year ago

@MridulS Requesting review

I know you must be swamped with review requests right now, plus this is a pretty big PR but I just want to ping you to bring this under your radar

MridulS commented 1 year ago

Thanks for this @navyagarwal! but it will take some time to review this, we don't really expect contributors to submit jupyter notebooks before the official outreachy internship period.

padath314 commented 1 year ago

Thanks for this @navyagarwal! but it will take some time to review this, we don't really expect contributors to submit jupyter notebooks before the official outreachy internship period.

Hey @MridulS , I was wondering if people outside the outreachy internship can contribute now.

MridulS commented 1 year ago

@padath314 Yes! People can contribute any time but it takes a bunch of time to review notebooks so it can be left un reviewed for some time. I would also recommend to explore contributing to the main networkx repo too :)