/GenericStack

Generic Stack in C

Primary LanguageCApache License 2.0Apache-2.0

GenericStack

A very simple generic Stack in C. Refer to this post for explaination.

You need CMake to build the project. Steps to compile and run:

mkdir build
cd build
cmake ..
make
./stack