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 fibonacci heap implementaion #1

Closed theodesp closed 6 years ago

theodesp commented 6 years ago

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

radlinskii commented 6 years ago

Hi, I can take this. Give me some time, tho. I need to find my "Cormen" book. 😄

theodesp commented 6 years ago

Sure go ahead

theodesp commented 6 years ago

Ta