Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 294 Bytes

Data Structures and Algorithms

C implementation of a few of the data structures and algorithms in "Introduction to Algorithms" by Thomas Cormen

Running tests

  1. Clone this repo
  2. cd algorithms
  3. mkdir build
  4. cmake -S . -B build/
  5. cmake --build build/
  6. ./build/run_tests