Skip to content

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

License

Notifications You must be signed in to change notification settings

tdnghia98/ia-parcours

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.0%
  • Other 1.0%