Skip to content

Contains the implementation codes for queue data structure in C lang.There are two codes,one using circular double linked list and the other one using stacks.

Notifications You must be signed in to change notification settings

me-ydv-5/queueDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queueDS

Contains the implementation codes for queue data structure in C lang. There are two codes,one using circular double linked list(potato.c) and the other one using stacks( folder lab3). A third code(thirdcode.c) for proper understanding of the problem is given using arrays. for 'make' in second code,change your directory to the folder that contains the Makefile of that question (i.e. lab3) in command line and then type make. The pictorial representation of the problems and codes is given in 'slides.pdf' file. Also the complete assignment problem is given in 'assignment.pdf' file.

Here's a video explaining this: https://www.youtube.com/watch?v=wS1gnLEFDhc

About

Contains the implementation codes for queue data structure in C lang.There are two codes,one using circular double linked list and the other one using stacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published