Data Structures and Algorithms C implementation of a few of the data structures and algorithms in "Introduction to Algorithms" by Thomas Cormen Running tests Clone this repo cd algorithms mkdir build cmake -S . -B build/ cmake --build build/ ./build/run_tests