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
Differentiate linear from a nonlinear data structure?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
Can we store a string and integer together in an array?
Can you please explain the difference between array_name and &array_name?
Can a hashset contain duplicates?
Is bucket sort stable?
Explain about circular linked list?
What are the advantages of stack?
Which interfaces are implemented by concurrentskiplistset?
Which sorting algorithm is considered the fastest?
Tell me what should be done in the base case for this recursive problem?
Write the disadvantages of separate chaining?
Does treeset allow null?
Why is map not a collection?
Construct a doubly linked list using a single pointer in each node?