155k views
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 Jackal
by
4.9k points

1 Answer

7 votes

Answer: was

Step-by-step explanation:

User Jonathan Roy
by
5.5k points