In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / rajesh
Deque or double ended queue is answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does hashset guarantee order?
What is bubble sort algorithm?
How do you declare An array of three pointers to chars
Is hashmap an array?
What is difference between list and set?
What is the height of binary tree?
Why is map not a collection?
What does enum do?
Are linked lists considered linear or non-linear data structures?
Describe the complexity of Binary search
List out the applications of a linked list?
What should be done in the base case for this recursive problem?
Write a program to sum values of given array.
What is the difference between arraylist and hashmap?
Which process places data at the back of the queue?