Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 154 Bytes

File metadata and controls

8 lines (5 loc) · 154 Bytes

Data structures and algorithms in C++

How to build and run tests

cmake -S . -B build cmake --build build ctest --test-dir build --output-on-failure