Hacker News new | ask | show | jobs
Python Library for Learning Binary Trees (github.com)
111 points by joohwan 3535 days ago
5 comments

Possibly worth noting some other modules for general graph analysis:

https://graph-tool.skewed.de/

https://networkx.github.io/

http://igraph.org/python/

disclaimer: I haven't worked with igraph but these all certainly have more overhead involved in getting set up.

This is great. Are there plans to add other data structures or are you taking pull requests to do so?
Thanks! I may create one for linkedlists in the future!
Make one for graphs too please.
Cool, I also had a library for drawing binary tree. https://github.com/msbanik/drawtree
This is pretty cool