Answer Posted / ramesh
d-queue stands for double ended queue.we can add & delete
elements at either side.they are two other variations like
input restricted deque and output restricted deque
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Does arraylist allow null values?
What is best time complexity?
Can we make hashmap synchronized?
Define red-black trees.
Is heap sort faster than quicksort?
What do you mean by external sorting?
Describe tree database.
What is the most used data structure?
How do you do a heap sort?
What is a hash index?
Write an algorithm to check if there is a loop in a doubly linked list.
What is difference between list and linked list?
What is meant by hashing?
What is the best case for bubble sort?
What are the advantages and disadvantages of linked list over array?