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
How to sort 1 million floating point numbers?
what are the applications that use Linked lists?
What is a subtree?
What is hash data type?
When would you use a tuple?
Can you change size of array once created?
Does concurrenthashmap allow null?
Explain the types of linked lists.
When is a binary search algorithm best applied?
Does list allow null values?
What are the advantages of data structure?
Explain pre-order and in-order tree traversal.
Which is better array or linked list?
What are the tasks performed during inorder traversal?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78