In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / pinky
a double ended queue
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does quick sort do?
Define a linear data structure.
How can we delete the first node from the singly linked list?
Tell me why might quick sort might be better than merge sort?
Can we use Generics with the array?
Can we use ordered set for performing binary search?
What is bubble sort technique?
Define an algorithm. What are the properties of an algorithm?
For which header list, the last node contains the null pointer?
Define a tree?
What is a data structure? What are the types of data structures?
Why do we use dynamic arrays?
What is the most used data structure?
What are the different types of hash functions?
Define dynamic data structures?