theodesp / go-heaps

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

feat(fibonacci heap): add some tests #34

Closed lhauspie closed 6 years ago

lhauspie commented 6 years ago

Same tests than PairingHeap just to check that Insert and DeleteMin methods works well with String or Integer

theodesp commented 6 years ago

Ta!