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
Can treeset have duplicates?
Which is the parent class of sortedset
What happens if an array goes out-of-bounds?
What is comparable interface?
Is arraylist faster than array?
How does max heap work?
How do you do a mergesort?
Why do we need sorting algorithms?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
Write the recursive c function to count the number of nodes present in a binary tree.
Can hashset contain duplicates?
What is a tech stack?
Define the term “percolate down”?
What is stack algorithm?
What is list data structure?