This repo holds my implementations for common data structures, algorithms, and other popular interview questions in C and Python.
You will need cmocka and pytest to be able to run the tests. After ensuring that you have the library installed, run the following commands:
$ git clone https://github.com/kamui-fin/dsa.git
$ make
$ ./run.sh all