theodesp / go-heaps

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

Fix: pairing heap don't work then using Delete not DelateMin to delet… #42

Open azhao1981 opened 2 years ago

azhao1981 commented 2 years ago

When using Delete( item) and node == p.root, detach() return nil and do nothing