Answer Posted / venu
in dqueue there are 2 types.
1.)input restricted queue:-Means insert at rear and delete
at both sides(front and rear).
2.)output restricted queue:-Means insert at both the
ends(front and rear)and delete at one end that to front.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is adt in data structure with example?
When ArrayIndexOutOfBoundsException occurs?
How many types of priority queue are there?
Explain what are the major data structures used in the network data model?
Program to remove duplicate elements in an array.
What is the difference between adt and data structure?
Can you declare an array without assigning the size of an array?
Define a linear data structure.
Can hashmap be sorted?
What is the use of bubble sort?
Does treeset remove duplicates?
What is the best case complexity of quicksort?
Which is faster array or arraylist?
Which sorting has less time complexity?
Why is it important to sort waste?