Answer Posted / punam & sunita
a deque is a abstract data structure in which insertion and
delection takes place at either side i.e. at rear & front
but not at middle.
| Is This Answer Correct ? | 37 Yes | 2 No |
Post New Answer View All Answers
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
Differentiate linear from non linear data structure?
write a code for Implementation of stack and queues.
Describe binary tree and its property.
What is difference between hashmap and hashset?
Does treemap allow duplicate keys?
What is the relationship between a queue and its underlying array?
how to add an item to the beginning of the list?
What is sort order?
Is heap sort faster than quicksort?
Explain extended binary tree.
Define path in a graph?
What does a bubble chart show?
What is worst case complexity algorithm?
When would you use a hashmap?