Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
6.5.0.tar.gz | 2022-03-24 | 105.2 kB | |
6.5.0.zip | 2022-03-24 | 110.0 kB | |
README.md | 2022-03-24 | 344 Bytes | |
Totals: 3 Items | 215.6 kB | 0 |
- Added support for
str
type node values. The values are compared using Python's default string comparators. - Generator functions
binarytree.tree
,binarytree.heap
andbinarytree.bst
now accept a newletters: bool
parameter. If set toTrue
(default:False
), the generated tree nodes will have uppercase string values like"A"
.