Queue


queue in c

In computer science, a queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence.


Queue Data Structure Programs 


1. Queue using Array

2. Circular Queue

3. Queue using Linked List

4. Queue using Circular Linked List

5. Priority Queue using Linked List






Post a Comment

0 Comments