kowainik / treap

:leaves: :deciduous_tree: :fallen_leaf: Efficient implementation of the implicit treap data structure
Mozilla Public License 2.0
63 stars 1 forks source link

Implement efficient `Foldable` instance for `Treap` and `RTreap` #28

Open chshersh opened 5 years ago

chshersh commented 5 years ago

Currently the instance is derive. But it's possible to implement more efficient instance