go-heaps
go-heaps copied to clipboard
Add Adjust, Delete and Meld for Fibonacci Heap
Fibonacci Heap needs to implement the Extended interfaces
For fibonacci Heap don't you think Delete(node *Node) Item would be more meaningful than Delete(item Item) Item? If you agree I can raise a PR for the same.