networkx / nx-guides

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

Notebook on lowest common ancestor algorithm #66

Closed dtekinoglu closed 8 months ago

dtekinoglu commented 2 years ago

Hello,

I want to create an explanatory notebook on lowest common ancestor algorithm. If it is okay for you, I will start working on it.

rossbar commented 2 years ago

I think LCA would be a good candidate for a notebook; however, there are a few things to be aware of...

dtekinoglu commented 2 years ago

Thank you @rossbar , I will be looking into it.