Treap
A basic implementation of a Treap implementing
java.util.Collection.
Beyond the standard Collection requirements, it also implements
spliterator() to allow for efficient parallel streaming.
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upA basic implementation of a Treap implementing
java.util.Collection.
Beyond the standard Collection requirements, it also implements
spliterator() to allow for efficient parallel streaming.