/ia-parcours

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

Primary LanguageHTMLApache License 2.0Apache-2.0

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.