Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 802 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 802 Bytes

Educational Implementation of Tree Structures

This is my repository for some Tree structure implementations in Python. This should not be a deployment ready package, rather it should make the concepts of various Trees clear. There is also a small series on my blog about this package.

If you want to visualize the trees as well using the plot() function, you will need to install pydot:

pip install pydot

Related Blog Posts