- Dynamic Array
- Linked List
- _
More details in notion
This program runs tests on the data structures and their operations.
Dependencies:
- clang
- make
- clang-format
In the root directory:
- Run
maketo build the project. - Run
make runto run the program (which is just running the test suite atm).
I'm using clang-format to format the code. It can be installed via homebrew: brew install clang-format.
To run the formatter run make format.