Closed evandesantola closed 6 years ago
Many priority queue implementations provide for a DecreaseKey operation, where a specific key's priority may be decreased. This should be implemented for the PriorityQueue, especially if there is a plan to eventually implement it using a Fib Heap.
I'm going to work on this and make a pull request.
I looked at the fib-heap benchmarks and realized why no one has implemented a PQ as a fib-heap yet.
Many priority queue implementations provide for a DecreaseKey operation, where a specific key's priority may be decreased. This should be implemented for the PriorityQueue, especially if there is a plan to eventually implement it using a Fib Heap.