In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / samurai atp
Deck is the correct answer
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
Explain stacks and queues in detail.
What is array define its types?
Is hashmap an array?
What is the difference between a push and a pop?
Which is the best book for data structures and algorithms?
What is meant by deque?
What happens if we try to insert duplicate key in hashmap?
What is the purpose of sorting algorithms?
What is tree in computer science?
What is a vector class?
What is an object array?
Differentiate between hashmap and hashtable.
Write the steps involved in the insertion and deletion of an element in the stack.
Tell me what is quick sort?
What is binary search in data structure?