In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / vivek tiwari
DEQUES Also known as Deck
| Is This Answer Correct ? | 70 Yes | 1 No |
Post New Answer View All Answers
What is dynamic array how it is created?
How do you search for a target key in a linked list?
Name few classes that implement collection interface?
Define double linked list?
What is stack algorithm?
What is difference between static and dynamic array?
How do you find the length of an arraylist?
Is array a collection?
Can binary tree have 1 child?
What are the issues that hamper the efficiency in sorting a file?
Does arraylist allow null values?
What are different techniques for making hash function?
For addition and deletion. Which one is most preferred: array list or linked list?
Why linked lists are better than arrays?
How to create an Array?