peportier / ia02-bfs

parcours en largeur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dérivation d'un algorithme de parcours en largeur d'un graphe

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

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

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

About

parcours en largeur

License:Apache License 2.0


Languages

Language:HTML 95.5%Language:C++ 4.2%Language:Shell 0.3%