In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / ractim chakraborty
deque
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Which is better stack or queue?
Reverse a linked list from the middle.
What are control structures?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What does it mean to sort an array?
What is stack push?
What is indexing an array?
Explain what is B-tree?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Why quicksort is called quick?
Can you list out the areas in which data structures are applied extensively?
Which is better merge or quick sort?
Which is faster array or arraylist?
What is sorting in math?
What are the complexity of binary search?