Priority

Forum for Apple Mac computers
Post Reply
godbolerashmi876
Posts: 1
Joined: 13:03, 30 April 2019
Contact:

Priority

Post by godbolerashmi876 »

What is the minimum number of queues needed when implementing a priority queue?
shahpayal
Posts: 1
Joined: 11:28, 23 September 2019
Contact:

Re: Priority

Post by shahpayal »

2 queues are needed when implementing a priority queue, one is for storing data and another is to store priority.
Post Reply