Skip to content

A list in C language that can store any type. The list is also extended to implement a stack and a queue.

License

Notifications You must be signed in to change notification settings

linuxartisan/generic-list-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generic-list-in-c

A list in C language that can store any type. The list is also extended to implement a stack and a queue.

Compile

Makefile is provided for ease of use. Just type the make command and the code will be compiled.

Test

The files named with Test* contain tester code for the list, stack, and queue. Go through them to know how to use the code.

Requirements

  • gcc

Contact me on Codementor

About

A list in C language that can store any type. The list is also extended to implement a stack and a queue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published