takikawa / tr-pfds

Typed Racket data structure libraries
58 stars 13 forks source link

Treap priority #7

Closed dented42 closed 8 years ago

dented42 commented 8 years ago

I added some functions that allow a user to manipulate node priorities after finding myself wishing that I had a way to specify priorities as I was inserting values into a treap.

takikawa commented 8 years ago

Thanks! Could you also add some unit tests for the new operations in the treap unit test file? Otherwise looks good and I can merge it.

dented42 commented 8 years ago

I believe that's everything.

takikawa commented 8 years ago

Thanks!