Skip to content

SirVer/edu_trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Eductational implementations of some Tree data structures in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages