Skip to content

0.5.2

Compare
Choose a tag to compare
@burpeesDaily burpeesDaily released this 04 Jul 00:58
· 41 commits to main since this release

Fix the following bugs:

  • get_height functions did not check if the node is None in threaded binary trees
  • non-recursive in-order, reversed in-order, and post-order functions did not cover the case that we travel on the right side of the tree.