In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / saran
deque is the correct one because the elments can be added or removed in both direction ie front and rear.......
but not in the middle
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data in computer science?
Why is quicksort faster than merge sort?
Why is treeset sorted?
Can binary tree have 1 child?
Differentiate stack from array?
Tell me do array subscripts always start with zero?
What is data type explain?
Define threaded binary tree. Explain its common uses
Does concurrenthashmap allow null?
Does list maintain insertion order?
What is an externalizable interface?
Does treemap sort on key or value?
Can arraylist store int?
Which process places data at the back of the queue?
What is a simple path?