Question Detail
What are the minimum number of queues needed to implement the priority queue?
- One
- Two
- Three
- Four
Answer: Option B
Explanation:
One queue is used for the actual storing of data, and the other one is used for storing the priorities.
Answer: Option B
Explanation:
One queue is used for the actual storing of data, and the other one is used for storing the priorities.