Question - Can you tell me the minimum number of queues that are needed to implement a priority queue?
Answer -
The minimum number of queues that are needed is two. Out of which, one queue is intended for sorting priorities and the other queue is meant for the actual storage of data.