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 are the advantages of data structure?
What is meant by hashing?
What are the different types of linked list?
What is binary tree? Explain its uses.
Is learning data structures necessary?
Differentiate between list and set.
How do you find the depth of a binary tree?
How will you free the memory that is allocated at run time?
Explain the internal working of a hash map?
How do you check if a stack is empty or not?
Is data structures and algorithms important?
What is the difference between hashset and linkedhashset?
Are linked lists considered linear or non-linear data structure?
Differentiate between hashmap and hashtable.
Differentiate between arraylist and linkedlist.