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 link list in data structure?
List some applications of multilinked structures?
Why is sorting and classifying important?
Describe what is Node in link list? And name the types of Linked Lists?
What is ds heap sort?
Explain the uses of b+ tree.
Why do we use trees in data structures?
What is the minimum number of nodes that a binary tree can have?
Explain recursive function & what is the data structures used to perform recursion?
What is Jagged Arrays?
Can you have an arraylist of arrays?
What is the top of a stack?
Is char array null terminated?
Explain pre-order and in-order tree traversal.
What is worst case complexity algorithm?