You are on page 1of 31

Chapter-4

Queue
Course Content
• Definition
• Primitive operations with examples representing queue in C
• Queue implementation [Enqueue/Dequeue] operations
• Queue as an ADT
• Types of queue [Linear, Circular, Priority queue and its types]

You might also like