Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
/ ma-aa-tp-p6 Public archive
generated from gomu-gomu/starter

Travail à faire, p6. Paradigmes de Conception des Algorithmes.

License

Notifications You must be signed in to change notification settings

gomu-gomu/ma-aa-tp-p6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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