Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 534 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 534 Bytes

Algorithms build status

An object oriented library that provides general algorithms.

Quickstart

Clone (https://gitlab.com/wesleyceraso/algorithms):

git clone https://gitlab.com/wesleyceraso/algorithms.git

Configure:

cd algorithms
mkdir build
cd build
cmake ../

Build:

cmake --build

Test:

ctest

Contributing

Please contact me through e-mail:

Wesley Ceraso Prudencio ([email protected])