Skip to content

Primebrook/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published