In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / deepak kamboj
Queue and Dqueue
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is inserting in data structure?
Can tuple be sorted?
What is a 2 dimensional array?
Explain the difference between hashset and hashmap?
How do we find duplicate elements in an array?
Does hashmap allow null keys?
Explain the applications of stack?
Is quicksort faster than merge sort?
Define secondary clustering?
How do you find the complexity of a selection sort?
What is difference between map and hashmap?
Which collection allows null values?
Provide an algorithm to reverse a linked list without using recursion.
What is a list in data structure?
Tell us the difference between merge and quick sort. Which one would you prefer and why?