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 bitonic search?
What is max heapify?
Define a stack?
What is the difference between Array and Arraylist?
What are the types of binary tree?
Difference between calloc and malloc ?
What should be done in the base case for this recursive problem?
Does hashmap allow null keys?
Explain about the different lists available in the collection?
Who created quicksort?
Explain binary search tree?
Explain the principle of quicksort. What is its complexity?
What are the disadvantages of representing a stack or queue by a linked list?
How do arrays work?
Write the procedure to convert general tree to binary tree?