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
Define binary tree insertion.
What is max heapify?
What are the issues that hamper the efficiency in sorting a file?
Why do we Use a Multidimensional Array?
What you mean by sorting?
What is the difference between list and arraylist?
For searches. Which one is most preferred: array list or linked list?
What is the space complexity of bubble sort?
Which data structure is applied when dealing with a recursive function?
Is selection sort greedy?
Explain circular linked list?
What is a simple graph?
Describe stack operation.
write an algorithm to show the procedure of insertion into a b-tree?
What are some of the best practices relating to the java collection framework?