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 Skew Heap Implementation #11

Closed theodesp closed 6 years ago

theodesp commented 6 years ago

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

theodesp commented 6 years ago

https://github.com/theodesp/go-heaps/pull/20