aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-treelib/pkg-descr
blob: 3d40d2d9504ddb6a6b57935f1763cc69917fa202 (plain) (blame)
1
2
3
4
5
6
Treelib implements the tree structure in Python.

Tree is an important data structure in computer science. Examples are shown in
ML algorithm designs such as random forest tree and software engineering such
as file system index. treelib is created to provide an efficient implementation
of tree data structure in Python.