6.5.0
版本发布时间: 2022-03-24 15:28:09
joowani/binarytree最新发布版本:6.5.1(2022-03-25 00:59:02)
- 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"
.