caesar0301/treelib
An efficient implementation of tree data structure in python 2/3.
PythonNOASSERTION
Issues
- 0
- 0
Question: Can I print the data of a node when data is of type string?
#231 opened by furiousarmadillo - 1
tree.show(), print bytes at stdout
#229 opened by kiraskyler - 4
tree.show prints binary literal to stdout
#221 opened by aholten - 0
change the keys in _nodes
#226 opened by Freakwill - 0
get error when do Huffman Coding
#225 opened by Freakwill - 0
- 0
- 3
Treelib not working any longer on Google colab or https://jupyter.org/
#218 opened by mariomuellergermany - 1
Give treelib a performance improvement and persistence using leveldb/rocksdb
#207 opened by caesar0301 - 8
When i create a Tree , its not maintaining the order which in i created the children when i invoke show method
#170 opened by salman0149 - 2
Update python version support!
#202 opened by panagiotisanagnostou - 0
potential bug for data parameter in Node
#206 opened by cli0 - 0
Problem exporting to JSON and dict
#205 opened by LuisGGon - 1
Finding the nodes between two nodes
#204 opened by eyildiz-ugoe - 0
Get truncated tree at a given depth
#203 opened by emiliorighi - 0
Modifying a node's identifier with the . and = operator breaks the tree
#200 opened by carlos-montano-hub - 0
Limit contains method to a set depth
#171 opened by golharam - 0
Swap the root of the tree!
#166 opened by NikosDelijohn - 1
https://treelib.readthedocs.io/en/latest/ shows treelib 1.5.5 instead of 1.6.1
#174 opened by gmiretti - 2
how to replace a node with a new tree
#194 opened by k3vinlusec - 2
Create nodes with children instead of the parent
#185 opened by ese-jdm418 - 2
how to insert a node in a tree?
#197 opened by terry-jt - 0
Possible memory leak due to deepcopy ?
#198 opened by raquelhortab - 3
Create Tree object from Json
#186 opened by nathvi - 1
Any method to add weight to edges?
#192 opened by rsdelhi91 - 2
migration guide for deprecated bpointer and fpointer
#158 opened by abulka - 3
find parent of each node
#183 opened by afrooze - 2
[Survey] Enable node-wide ranking in tree.show()
#163 opened by caesar0301 - 1
Cannot understand how to use 'successors'
#187 opened by sblbl - 0
problem of method `subtree`
#168 opened by Freakwill - 0
load back the data from txt
#184 opened by john012343210 - 0
Unable to get a nodeID from level data
#182 opened by Veek - 0
pylint: function-redefined(E0102)
#178 opened by unikevin - 0
- 0
- 0
[Advice Request]
#173 opened by dgursh - 0
add a tree to a node of another tree as a subtree
#167 opened by Freakwill - 0
Python 2 deprecation
#164 opened by mattseymour - 0
Consider switching to semantic versioning
#162 opened by noisycomputation - 0
Missing feature to import back from json?
#161 opened by ssteo - 0
deepcopy of fpointers list
#160 opened by mguijarr - 0
Implement public methods using private methods
#159 opened by 111pontes - 4
- 0
__setitem__ will break bpointers/fpointer
#151 opened by leonardbinet - 0
`contains` method duplicate `__contains__`
#155 opened by leonardbinet - 0
Dev Roadmap
#153 opened by caesar0301 - 1
what is the purpose of "__real_true" method?
#150 opened by leonardbinet - 0
Call node "display" method instead of returning node "data_property" to have more flexibility
#149 opened by leonardbinet - 0
Update of README.md
#148 opened by leonardbinet