Minimum number of queues needed to implement the priority queue?
Answer Posted / rohit sah
Two. One queue is used for actual storing of data and another for storing priorities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is advantage and disadvantage of linked list?
What is treemap chart?
Is list a data structure?
What is a treemap chart?
What is time complexity of quick sort?
State the difference between arrays and linked lists?
What are some of the best practices relating to the java collection framework?
Which data structures are applied when dealing with a recursive function?
What are the advantages of array?
Why are b trees used?
How to traverse data in a linked list in forward and backward direction, write the algorithm?
What are arrays used for?
Is a hash table a map?
Write a Program for Delete an element from a doubly linked list.
How does shell sort work?