Minimum number of queues needed to implement the priority queue?
It should be two. One queue is used for actual storing of data and another for storing priorities.
It should be two. One queue is used for actual storing of data and another for storing priorities.
Recent Comments