Answer Posted / priya
Dequeue is another variation of queue where both insertion
and deletion operation can be made at either ends i.e front
and rear of the structure.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is data and information explain with example?
Why do we use sorting?
Is list a data type?
Which data structure is used to perform recursion?
What is a priority queue?
Can hashmap have same key?
Does concurrenthashmap allow null?
Can arraylist have null values?
What is Doubly link list?
What is arrays copyof?
Why is quicksort faster than merge sort?
What is the difference between linked list and array?
What is an object array?
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
Describe binary tree and its property.