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
Why do we use linked lists?
What are the disadvantages of sequential storage?
write a code for Implementation of stack and queues.
Define distributed query and linked server?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
What is time complexity of sorting algorithms?
Is list same as array?
What is the difference between length () and size () of arraylist?
What is a hashset?
Why do we use a multidimensional array in data structure?
Define graph?
Will it create any problem if we add elements with key as user defined object into the treemap?
How do you empty an arraylist?
Discuss how to implement queue using stack.
How to initialize Dictionary using collection initialize?