In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / arockia dass
Enque and Deque is used to insert or remove an element at
the start or end of the queue
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where the data structures are used?
How do hash tables work?
Is it legal to initialize list like this?
How do arrays work?
Is data structures and algorithms important?
If I try to add enum constants to a treeset, what sorting order will it use?
Is sorting a math skill?
What are the tasks performed during inorder traversal?
Can you change size of array once created?
What is difference between while and do while?
What are the advantages and disadvantages of linked list?
How are elements stored in hashset?
Define rehashing?
What are the advantages of array?
Different Types of pattern?