In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / shankar
link list is wrong answer.there are two ds 1)satck and 2)Queue
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
What is copyonwritearraylist?
Is array immutable?
How do you access the values within an array?
What the principle of quick sort and its complexity?
Can we use ordered set for performing binary search?
Define a path in a tree?
What does the dummy header in linked list contain?
Why is hashmap faster than treemap?
State the difference between arrays and linked lists?
Write a program using mergesort technique.
Can we insert null in list?
What is the minimum number of queues needed when implementing a priority queue?
Why we use arraylist instead of linked list?
What is the use of sorting the data?
What are lists?