Releases: geniussportsgroup/treaps
Releases · geniussportsgroup/treaps
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.6: Merge pull request #9 from geniussportsgroup/develop
Fixed basic example and improved doc
v1.0.5: Merge pull request #9 from geniussportsgroup/develop
Fixed basic example and improved doc
v1.0.4: Merge pull request #6 from geniussportsgroup/develop
New methods for removing all elements and testing if the set is empty
v1.0.3: Merge pull request #5 from geniussportsgroup/develop
Added methods for testing empty set and removing all items
New version with deletion at specific inorder position
This release exports a new function called removeByPos(i)
which allow removing any specific key located at the i-th inorder position.
First complete version
This is the first version of package exporting all the primitives