Skip to content

5.0.0

Compare
Choose a tag to compare
@joowani joowani released this 20 May 20:55
  • Changed Node.value to Node.val to play nicely with leetcode. Node.value should still work for the most part, but it is kept only for backward compatibility and will be removed in the future.
  • Added support for Python 3.8.
  • Minor refactors for inorder, preorder, and postorder traversals.