Queue
Queue
➢ Simple Queue
➢ Circular Queue
➢ Priority Queue
➢ Dequeue (Double Ended queue)
Simple Queue
QUEUE
FRONT REAR
Front Rear
Insertion Insertion
10 0 20 4 30 2 59 1 70 3
10 0 20 4 30 2 59 1 70 3
➢ Simulation
➢ Various features of operating system.
[Operating systems often maintain a queue of
processes that are ready to execute or that are
waiting for a particular event to occur.]
➢ Multi-programming platform systems
➢ Different type of scheduling algorithm
➢ Round robin technique or Algorithm
➢ Printer server routines
➢ Various applications software is also based on
queue data structure