Open theodesp opened 6 years ago
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.
Delete(node *Node) Item
Delete(item Item) Item
Fibonacci Heap needs to implement the Extended interfaces