src/work/marci/bfs_dfs_misc.h
changeset 604 4acd273c3009
parent 602 580b329c2a0c
child 615 b6b31b75b522
equal deleted inserted replaced
6:f384f4b5a4d9 7:1c66f74edbbd
     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 {