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 do you mean by double hashing?
What is the difference between arraylist and hashmap?
What is difference between data type and data structure?
Which algorithm is used in collections sort method?
What is collection process?
What are the best data structure courses for gate preparation?
How to find if linked list has loop?
How to reverse singly link list?
Data structure used to implement a menu
Where will be the free node available while inserting a new node in a linked list?
How efficient is bubble sort?
What do you mean by hash table?
What is rule regarding overriding equals and hascode method?
Define linked list data structure.
Is pointer a variable in data structure?