| QUEUE - A List of Elements : | ||||
Introduction: It is an ordered list of elements n , such that n>0 in which all deletions are made at one end called the front end and all insertions at the other end called the rear end . Primary operations defined on a Queue:
Example : 1.
PRACTICAL EXAMPLE : A line at a ticket counter for buying tickets operates on above rules |
||||
| Prev | ||||