Closed theodesp closed 5 years ago
Is this project still active? Shall I work on this?
Sure go ahead
This is my first Pull request: https://github.com/theodesp/go-heaps/pull/39
I implemented Delete using the instruction given in https://en.wikipedia.org/wiki/Binomial_heap#Delete
Add Adjust, Delete and Meld methods to Binomial Heap