Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages