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 Weak Heap implementation #17

Open theodesp opened 5 years ago

theodesp commented 5 years ago

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

ngetahun commented 5 years ago

Hi @theodesp, I'll make a PR for this issue.