Skip to content

v1.14.0

Compare
Choose a tag to compare
@emirpasic emirpasic released this 12 Apr 01:42
· 68 commits to master since this release
  • GetNode() to find node in AVLTree, BTree, and RedBlackTree by key
  • Size() function for the tree node of AVLTree, BTree, and RedBlackTree to dynamically calculate the size of the subtree
  • Node() function of the iterators for AVLTree, BTree, and RedblackTree to return the actual node at the current iterator position