In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / guest
dequeue
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between null and void?
Where is insertion sort used?
What is concurrentlinkeddeque?
How do you sort a map by key?
Which sorting algorithm is best for small data?
What is the easiest sorting method to use in data structures?
What is the difference between arraylist and linkedlist?
How to traverse data in a linked list in forward and backward direction, write the algorithm?
Mention the advantages of representing stacks using linked lists than arrays?
How would you sort words in a large file?
How to cut or remove an element from the array?
Is bucket sort stable?
Which is better merge sort or quick sort?
How many types of priority queue are there?
What does the dummy header in the linked list contain?