In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / vivek tiwari
DEQUES Also known as Deck
| Is This Answer Correct ? | 70 Yes | 1 No |
Post New Answer View All Answers
What is the difference between binary tree and binary search tree?
What is difference between list and linked list?
What is the default value of Array?
Why is merge sort faster?
Is quicksort divide and conquer?
Define probing?
Does arraylist guarantee insertion order?
How can we reverse a singly linked list?
What are priority queues?
What is sorting with example?
Which sorting is used in collections sort?
What is a hashmap in c?
In tree construction which is the suitable efficient data structure?
What are different types of sorting techniques?
What is complete binary tree and almost complete binary tree?