rodrigueslesterLML / Queue-Programs

Programs on the Data Structure Queue and its applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue-Programs

Programs on the Data Structure Queue and its applications:

  1. QueueLL.C -->Implementing Linear Queue using linked list

  2. QUEUEADT.C -->Implementing Linear Queue as ADT

  3. QUEUELIN.C -->Implementinng Linear Queue As ADT (method 2)

  4. CirQueue.C --> Implementation Of Circular Queue Using Array

About

Programs on the Data Structure Queue and its applications


Languages

Language:C 100.0%