In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / tasneem uddin
Double Ended Queue is the right answer.
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
Explain the sorting algorithm that is most suitable to be used with single linked list?
Is quicksort a stable sorting algorithm?
Differentiate between set and map.
How do you assign an address to an element of a pointer array ?
Why you need a data structure?
What are the advantages and disadvantages of copyonwritearraylist?
Define graph?
What is a list of lists?
In tree construction which is the suitable efficient data structure?
What are common data structures?
How do I sort hashset?
Why is an array homogeneous?
Can we sort hashmap?
Can hashmap store null values?
Explain recursive function & what is the data structures used to perform recursion?