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 |
Differentiate between hashset and treeset.
Will arraylist maintain insertion order?
Are dictionaries mutable?
How do you find the depth of a binary tree?
Why hashmap is faster than hashtable?
Can you please explain the difference between array_name and &array_name?
What is array define its types?
Define a stack?
Why linked lists are better than arrays?
Explain the term recursive case?
What is Doubly link list?
What is the meaning of anonymous array? Explain with an example?