clmaddox / Algorithms-CLRS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms-CLRS

This repo is a simple C++ project to learn the algorithms described in the Intro to Algorithms book.

Installing

Install dependencies. Run the following in the project root directory

conan install .

Building

Run the following in the project root directory

cmake .
make

Running Unit Tests

Sorting Tests

./bin/sorting_tests

About


Languages

Language:C++ 77.7%Language:CMake 22.3%