This is a simple stack implementation in C, using an array as the underlying data structure. It's possible to resize the stack, and it's possible to set the initial size of the stack.
-
Updated
Dec 2, 2022 - C
This is a simple stack implementation in C, using an array as the underlying data structure. It's possible to resize the stack, and it's possible to set the initial size of the stack.
Add a description, image, and links to the c-stack topic page so that developers can more easily learn about it.
To associate your repository with the c-stack topic, visit your repo's landing page and select "manage topics."