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
Which is the parent class of abstractsequentiallist class?
What is comparable interface?
What are the different types of sorting in data structure?
Tell me the difference between structure and array?
How do you declare An array of three char pointers
Can nsarray contain nil?
Is binary tree balanced?
What is sorted list in data structure?
Write a program to sum values of given array.
How do you declare An array of three pointers to chars
How does insertion sort works?
Is hashtable throw concurrentmodificationexception?
What are the advantages and disadvantages of copyonwritearraylist?
What is a stable sort?
Why is treeset sorted?