In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / sumit
dequeue is the correct answer.unlike queues elements can be
added at both ends rather than one end ,but not in the middle..
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is the use of sorting?
Explain the difference between a list and array.
What is the prerequisite for binary searching?
Define a complete binary tree?
What stack means?
What is a stable sorting algorithm?
Explain quick sort?
What is a treeset?
How many types of priority queue are there?
Is quicksort a stable sorting algorithm?
Explain the difference between hashset and hashmap?
Which sorting has less time complexity?
How to show internal storage representation of data structure in RDBM?
Is unordered_map a hash table?
Does stringutils isempty check for null?