src/work/marci/bfs_dfs_misc.h
changeset 849 cc3867a7d380
parent 640 d426dca0aaf7
child 921 818510fa3d99
equal deleted inserted replaced
9:d61aecee7506 10:d55a8e20d73d
     9 /// This file contains several algorithms using bfs and dfs.
     9 /// This file contains several algorithms using bfs and dfs.
    10 ///
    10 ///
    11 // ///\author Marton Makai
    11 // ///\author Marton Makai
    12 
    12 
    13 #include <bfs_dfs.h>
    13 #include <bfs_dfs.h>
    14 #include <hugo/for_each_macros.h>
    14 #include <for_each_macros.h>
    15 
    15 
    16 namespace hugo {
    16 namespace hugo {
    17 
    17 
    18   /// This function eats a read-write \c BoolMap& bool_map, 
    18   /// This function eats a read-write \c BoolMap& bool_map, 
    19   /// which have to work well up 
    19   /// which have to work well up