377,811 views
3 votes
3 votes
imagine you've decided to implement the priorityqueueadt using a standard (unsorted) linked list instead of a heap. you will need to handle priority during the removebest() operation. what is the complexity of this operation now, and why, assuming that the problem size n represents the size of the priority queue?

User Atrljoe
by
3.0k points

1 Answer

19 votes
19 votes

Answer: was

Step-by-step explanation:

User P H
by
3.5k points