v1.14.0
- 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