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

Notebook on Euler algorithms

Open dtekinoglu opened this issue 3 years ago • 1 comments

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

  • is_eulerian
  • eulerian_circuit
  • is_semieulerian
  • has_eulerian_path
  • eulerian_path

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

dtekinoglu avatar Apr 19 '22 21:04 dtekinoglu

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!

rossbar avatar Apr 26 '22 05:04 rossbar

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

navyagarwal avatar Feb 09 '23 16:02 navyagarwal