In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / ankita roy
double linked list
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of data structures are used?
What is the difference between classifying and sorting?
Is file a data structure?
What is variable size arrays?and why we use it?
Give one example of right rotation.
Which is faster list or set?
Given M x N matrix with sorted elements row wise and column wise, find elements?
What is time complexity of quick sort?
Why do we need to use computers to help us sort lists?
How can we delete any specific node from the linked list?
what is a balanced tree.
Define data type and what are the types of data type?
What is arrays copyof?
What are all the classes and interfaces that are available in the collections?
What happens if we try to insert duplicate key in hashmap?