Data Structure (2130702)

BE | Semester-3   Summer-2016 | 06/09/2016

Q3) (a)

Explain double ended queue.

A dequeue (double ended queue ) is a linear list in which insertion and deletion are performed from the either end of the structure.
There are two variations of Dqueue.
  • Input restricted dqueue- allows insertion at only one end.
  • Output restricted dqueue- allows deletion from only one end.