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 Adjust, Delete and Meld for Skew Heap #27

Open theodesp opened 5 years ago

theodesp commented 5 years ago

Skew needs to implement the Extended Interface