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 do you understand by stable sort?
Differentiate among cycle, path, and circuit?
What is heap and its types?
What do you mean by collision in hashing?
What is dynamic array how it is created?
How many types of linked lists are there?
What is a circular singly linked list?
Why is the isempty() member method called?
What is the difference between length () and size () of arraylist?
What is arraylist load factor?
What is hashing technique? Describe in brief.
What are the classification of data structures?
What is meant by binary tree?
What is meant by binary tree traversal?
What are the scenarios in which an element can be inserted into the circular queue?