Minimum number of queues needed to implement the priority queue?
Answer / 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 |
What is the relationship between a queue and its underlying array?
Difference between arraylist and linkedlist?
How is hashmap o 1?
How many sorting are there in data structure?
What does simulation of queues mean?
What's the difference between a hashtable and a hashmap?
What is frozenset?
Does arraylist contain duplicates?
Differentiate between collection and collections.
What does it mean to sort an array?
Write an algorithm to show the reverse of link list?
Can you change size of array once created?