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 are the types of Collision Resolution Techniques and the methods used in each of the type?
What are the disadvantages array implementations of linked list?
Can you have an arraylist of arrays?
Define hashing?
How will you check the validity of an expression containing nested parentheses?
Have you ever used HashTable and Directory?
What are the objectives of studying data structures?
Why is sorting necessary?
Why do we need to recycle?
Can sets contain duplicates?
Define heap order property?
Define the term “percolate up”?