In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / neelaprabha
Double ended queue
| Is This Answer Correct ? | 143 Yes | 6 No |
Post New Answer View All Answers
What is dynamic array in excel?
Explain the uses of b+ tree.
There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?
Define a full binary tree ?
Differentiate between list and map.
Can we add or delete an element after assigning an array?
What is structured data with example?
How to initialize Dictionary using collection initialize?
Define probing?
What is int data type?
Write is a binary search tree? Write an algorithm and tell complexity?
Is set sorted?
What is meant by heap sort?
What is the difference between arraylist and linkedlist?
Why quicksort is better than merge sort?