peportier / ia-parcours

Dérivation d'un algorithme générique pour le parcours de graphes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dérivation d'un algorithme de parcours de graphe

Corresponding webpage: http://peportier.me/teaching_2018_2019/ia/parcours/

The source is in a literate programming format. To extract the source from the markdown file parcours.cpp.md do ./mdlp parcours.cpp.md and it will generate the source file parcours.cpp.

You can then compile the source with ./mk1 parcours or ./mk2 parcours. mk1 adds the debugging parameter to g++ while mk2 adds the optimisation parameter.

About

Dérivation d'un algorithme générique pour le parcours de graphes

License:Apache License 2.0


Languages

Language:HTML 99.0%Language:C++ 0.9%Language:Shell 0.1%