caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
801 stars 185 forks source link

Feature/tree wise node pointer #129

Closed caesar0301 closed 4 years ago

caesar0301 commented 4 years ago

In this patch, Leonardbinet proposed a tree-wise solution to generate multiple subtrees without impacting the initial tree. (#127 ) I reviewed the APIs and polish them into a unified way against previous interfaces. TODO: