equal
deleted
inserted
replaced
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 |