go-heaps icon indicating copy to clipboard operation
go-heaps copied to clipboard

Add Adjust, Delete and Meld for Fibonacci Heap

Open theodesp opened this issue 7 years ago • 1 comments

Fibonacci Heap needs to implement the Extended interfaces

theodesp avatar Oct 14 '18 20:10 theodesp

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.

abhishekjhaji avatar Dec 08 '19 16:12 abhishekjhaji