src/work/marci/bfs_dfs_misc.h
changeset 755 a8c2e828ce0b
parent 615 b6b31b75b522
child 762 511200bdb71f
equal deleted inserted replaced
8:8d724354c5ce 9:d61aecee7506
     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 <for_each_macros.h>
    14 #include <hugo/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