In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / megha jain
Link list is not the right ans as insertion and deletion
can also b in the middle..... ans is Deck(Double Ended
Queue)
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Explain the applications of stack?
How do you solve a selection sort?
Run time memory allocation is known as in data structure?
What is difference between list and array?
Does treemap allow duplicate keys?
Why is data structure needed?
Should I use hashmap or hashtable?
What are AVL trees?
How do you implement a stack?
What is the difference between Array and Array List ? Explain in brief with example.
What do you mean by breadth first search (bfs)?
In which matrix, we can use multilinked structures?
What are the tasks performed during preorder traversal?
Is hashset a collection?
What is a subtree?