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
What is bubble sort algorithm?
What is an iterative algorithm?
Why is hashset not ordered?
What are the issues that hamper the efficiency in sorting a file?
Does list allow null values?
Define shortest path?
How do you increase the capacity of an arraylist?
What are the complexity of binary search?
What are the advantages of array?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
Why is sorting and classifying important?
What is worst case complexity algorithm?
Does treeset allow null values?
What is difference between arraylist and list?
What is linked list ?