changeset 626 | 0015642b0990 |
parent 569 | 3b6afd33c221 |
child 642 | e812963087f0 |
7:8ca6d219ad5a | 8:29fd2277de32 |
---|---|
3 #include <vector> |
3 #include <vector> |
4 #include <string> |
4 #include <string> |
5 |
5 |
6 #include <list_graph.h> |
6 #include <list_graph.h> |
7 //#include <smart_graph.h> |
7 //#include <smart_graph.h> |
8 #include <bfs_iterator.h> |
8 #include <bfs_dfs.h> |
9 #include <hugo/graph_wrapper.h> |
9 #include <hugo/graph_wrapper.h> |
10 |
10 |
11 using namespace hugo; |
11 using namespace hugo; |
12 using std::cout; |
12 using std::cout; |
13 using std::endl; |
13 using std::endl; |