Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 509 Bytes

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.