equal
deleted
inserted
replaced
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #ifndef HUGO_BFS_DFS_MISC_H |
2 #ifndef HUGO_BFS_DFS_MISC_H |
3 #define HUGO_BFS_DFS_MISC_H |
3 #define HUGO_BFS_DFS_MISC_H |
|
4 |
|
5 // ///\ingroup gwrappers |
|
6 ///\file |
|
7 ///\brief Miscellaneous algorithms using bfs and dfs. |
|
8 /// |
|
9 ///This file contains several algorithms using bfs and dfs. |
|
10 /// |
|
11 // ///\author Marton Makai |
4 |
12 |
5 #include <bfs_dfs.h> |
13 #include <bfs_dfs.h> |
6 #include <for_each_macros.h> |
14 #include <for_each_macros.h> |
7 |
15 |
8 namespace hugo { |
16 namespace hugo { |