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

Closed theodesp closed 5 years ago

theodesp commented 5 years ago

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

theodesp commented 5 years ago

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