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 binomial heap implementation #8

Closed theodesp closed 5 years ago

theodesp commented 5 years ago

https://en.wikipedia.org/wiki/Binomial_heap

mb-14 commented 5 years ago

I would like to work on this

theodesp commented 5 years ago

Cool

theodesp commented 5 years ago

Ta