Skip to content

peportier/ia03-dfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Corresponding webpage: https://peportier.me/teaching_2018_2019/ia/dfs/

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

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

About

depth-first search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published