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

Notebook on Euler algorithms #71

Closed dtekinoglu closed 11 months ago

dtekinoglu commented 2 years ago

I am planning to create a notebook on the following methods of NetworkX:

Since the methods are very related to each other, I believe that having them all in one notebook would not be a problem. Please let me know if you prefer otherwise. @MridulS

rossbar commented 2 years ago

This seems like a good candidate for a notebook to me! My feeling is that there's not necessarily a need to explicitly describe each function, but rather to address an example that shows how this functionality is used. The classic example that comes to mind is the Konigsberg Bridges problem, which IMO would make for a great introduction!

navyagarwal commented 1 year ago

I think this issue can be closed based on this pull request