Skip to content

donheshanthaka/queue-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queue-in-c

implementation of queue in c (array / linked list)

Two main methods have been implemented:

  1. Array (circular)
  2. Linked list

Functions: enqueue ("Add at the end"), dequeue ("Remove from the front"), returnfront, print

*The main branch inlcudes the linked list code and there is another branch for circular array implementation.

Releases

No releases published

Packages

No packages published

Languages