In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / sarmistha
linked list
Is This Answer Correct ? | 21 Yes | 148 No |
Post New Answer View All Answers
Differentiate between iterable and iterator.
What is meant by int?
Are dictionaries mutable?
When will you use array over arraylist?
What is heap and its types?
What is default array size?
What is the easiest sorting method to use in data structures?
Differentiate bfs and dfs?
Questions related to arrays, such as given a 2 integer array, find the common elements.
Does linked list allow null values?
Which file contains the definition of member functions?
Is linked list faster than array?
What does sorting an array do?
What is doubly linked list in data structure?
Does treeset remove duplicates?