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

[#26] unit tests with both elements and measure #31

Closed sphaso closed 5 years ago

sphaso commented 5 years ago

Resolves #26

I might be able to avoid the parentheses by tweaking the infix priority. Let me know what you think :)

sphaso commented 5 years ago

@chshersh fixed the infix priority :)

sphaso commented 5 years ago

@chshersh conflicts are solved :) thanks for the review!

chshersh commented 5 years ago

@sphaso Thanks a lot for your work! :blush: