In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / vivek tiwari
I think that Linked List is not correct answer. Because
items can be added at middle.....
| Is This Answer Correct ? | 42 Yes | 3 No |
Post New Answer View All Answers
Is list same as array?
Explain what is the bucket size, when the overlapping and collision occur at same time?
Define a relation?
What are the advantage of linked list over array?
What is complete binary tree and almost complete binary tree?
Why quicksort is faster?
Describe avl tree or height balanced binary search tree.
Can treemap key null?
What is hashing with example?
How hashmap increases its size?
Why quicksort is better than merge sort?
What does isempty() member method determines?
What is a priority queue?
How do you separate zeros from non-zeros in an array?
What is a simple path?