In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / ujjwal dave
Stack and Queue are also not correct because in stack
elements can be added and deleted only from one end.
In queue addition takes place at one end and deletion from
other.....
we want to add elements at both ends.....so deques is the
only correct answer
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Is arraylist a class?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Name two algorithms two find minimum spanning tree?
What are the major data structures used in the hierarchical data model?
What are the different types of sorting in data structure?
What is sorting problem?
In which matrix, we can use multilinked structures?
What is the complexity of bubble sort?
Explain the types of linked lists.
What is insertion sort technique?
What is collection sort?
What is the difference between data type and data structure?
What are the advantages of sorting?
What will you prefer for traversing through a list of elements between singly and doubly linked lists?
Define ancestor and descendant ?