what is mean by d-queue?

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


Please Help Members By Posting Answers For Below Questions

Can a binary tree be empty?

499


Why hashtable is faster than arraylist?

542


Tell me do array subscripts always start with zero?

508


Differentiate between iterator and enumeration.

523


How can a binary tree be represented using the rotation?

541






Explain recursive function & what is the data structures used to perform recursion?

626


Define the term “percolate up”?

501


If you do not initialize an array what will happen?

600


Explain the most efficient method to reverse a linked list?

497


Does arraylist maintain insertion order?

471


Is treemap synchronized?

532


What are the disadvantages array implementations of linked list?

483


What is peek in stack?

451


Which is the parent class of linkedhashset class?

525


Given M x N matrix with sorted elements row wise and column wise, find elements?

546