Skip to content

neilbb/Dynamic-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic-Stack

Dynamic implementation of a stack ADT in C. There is an example program used for testing that randomly pushes and pops off the stack.

Usage

$ make  # compiles stack.c and test program 
$ ./stack # to execute

Notes

This implementation pushes onto the end of the array. When the capacity is reached the array is resized.

About

dynamic implementation of stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published