Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 523 Bytes

Travail à faire (partie n°6)

Paradigmes de Conception des Algorithmes.

runner

Exercices are inside of the tp.pdf file.

Source code is under the src folder

Usage

First you'll need to generate the build files using cmake.

cd ./build
cmake ../

Build all sources the generated Makefile.

make