theodesp / go-heaps

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

Add B-heap Implementation #15

Open theodesp opened 6 years ago

theodesp commented 6 years ago

https://en.wikipedia.org/wiki/B-heap

smsufyian commented 5 years ago

@theodesp I am working on this issue