In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / pavan
Deque
| Is This Answer Correct ? | 43 Yes | 1 No |
Post New Answer View All Answers
What are the different data structures?
What is the best time complexity of bubble sort?
What is a Stack? Explain with example?
What is the height of an empty tree?
What is mergesort and hashtable?
Why is reflection slower?
What are different dynamic memory allocation technique in c.
Write a recursive c function to calculate the height of a binary tree.
What are the properties of binary heap?
List some applications of tree-data structure?
What is sequential search? What is the average number of comparisons in a sequential search?
What is time complexity of bubble sort?
What is difference between array and arraylist?
Differentiate linear from non linear data structure?
Why is quicksort better than mergesort?