Answer Posted / vinuthna
A deque is a abstract data structure that implements a queue
for which elements can be added to front or rear and the
elements can be removed from the rear or front.
it is also called head-tail linked list
| Is This Answer Correct ? | 77 Yes | 2 No |
Post New Answer View All Answers
What is dynamic array how is it created?
What data structure underlies a python list?
How helpful is abstract data type of data structures?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
Why are b trees used?
Differentiate between list and map.
What is difference between list set and map?
Are data structures important?
Define root?
Explain the term tail recursion?
What are the advantages and disadvantages of linked list?
How can you insert a node at the end of linked list?
How null key is handled in hashmap?
Differentiate between arraylist and linkedlist.
How to compare Two Arrays?