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
What is the use of placement new?
How do I use quick sort?
How does variable declaration affect memory allocation?
What do you mean by structure property in a heap?
What is weight balanced tree in data structure?
What are the categories of avl rotations?
Which sorting algorithm is considered the fastest?
What are priority queues?
What are different types of sorting techniques?
What is the need of sorting?
What is the best sorting technique?
What is list and its types?
Is file a data structure?
What is a vector class?
What do you mean by probing?