Python Library for Learning Binary Trees
github.comPossibly worth noting some other modules for general graph analysis:
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