Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 593 Bytes

File metadata and controls

26 lines (15 loc) · 593 Bytes

Data Stuctures

  1. Dynamic Array
  2. Linked List
  3. _

More details in notion

This program runs tests on the data structures and their operations.

Dependencies:

- clang
- make
- clang-format

In the root directory:

  1. Run make to build the project.
  2. Run make run to 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.