In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / sandeep
i think link list is wrong answer and deque is the correct ans
thanks
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why is hashmap faster than treemap?
What is array traversing?
How does bogo sort work?
Is there any difference between int[] a and int a[]?
Which language is best for data structures?
Sorting is not possible by using which of the methods?
Explain what is the type of the algorithm used in solving the 8 queens problem?
What is the best data structure and algorithm to implement cache?
What are hash tables good for?
Are hash tables ordered?
Does linked list allow duplicates?
Do you know what is linear search?
What is difference between stack and queue?
What is the complexity of sorting algorithm?
Can arraylist be null?