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.
To associate your repository with the stack-c topic, visit your repo's landing page and select "manage topics."