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
How efficient is bubble sort?
How do you do a selection sort?
What are basic algorithms?
What is long data type?
Explain the term binding time?
What is unmodifiable list?
Which sorting technique is best in worst case?
Which data structure is applied when dealing with a recursive function?
What are the different types of data structures explain briefly?
What is the similarity between a Structure, Union and enumeration?
List some applications of tree-data structure?
How many types of linked list exist?
Does linked list allow duplicates?
What happens if we put a key object in a hashmap which exists?
Discuss the difference between a stack and an Array?