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
What are the major data structures used in the rdbms?
Which sorting algorithm has minimum number of swaps?
What is dynamic array how is it created?
What are the advantages of linked list?
What is the best case for bubble sort?
What is the method to find the complexity of an algorithm?
What are the two types of data?
What is storage structure in data structure?
Why do we need to recycle?
How null key is handled in hashmap?
What are linked lists used for?
What are the differences between b tree and b+ tree?
Can treeset contain duplicates?
What are the different types of data structures explain briefly?
How do you sort an array in decreasing order?