Closed dented42 closed 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.
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.
I believe that's everything.
Thanks!
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.