6.5.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"
.