theodesp / go-heaps

Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
MIT License
96 stars 29 forks source link

Add Adjust, Delete and Meld for Binomial Heap #31

Closed theodesp closed 5 years ago

theodesp commented 5 years ago

Add Adjust, Delete and Meld methods to Binomial Heap

safwan-moha commented 5 years ago

Is this project still active? Shall I work on this?

theodesp commented 5 years ago

Sure go ahead

safwan-moha commented 5 years ago

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