Releases: emirpasic/gods
Releases · emirpasic/gods
v1.18.1
v1.18.0
- Queues: PriorityQueue and CircularBuffer
- Fix in BinaryHeap iterator to return sorted elements
v1.17.0
- Queues: LinkedListQueue and ArrayQueue
- Improve code coverage overall and reporting
- Integration with SonarQube
v1.16.0
v1.15.1
v1.15.0
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