Skip to content

neilbb/Stack-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack-

Non-dynamic implementation of the Stack abstract data type in C.

Usage

$ make # compile
$ ./stack # to execute

Notes

This is not a dynamic implementation. If the stack is full it will not resize to accommodate additional items.

About

non-dynamic implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published