Skip to content

Implementation of different types of Queues, viz. linear queue, priority and double-ended queue.

Notifications You must be signed in to change notification settings

this-is-shreya/Queues-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Queues-in-C

This repository contains the programs that help perform different operations on the queue data structure like enqueue, dequeue or displaying the queue's elements.

It contains the code for linear queue, priority and double-ended queue.

About

Implementation of different types of Queues, viz. linear queue, priority and double-ended queue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages