changeset 498 | eb8bfa683d92 |
parent 360 | 91fba31268d6 |
child 557 | 9c0ce0a1f000 |
4:865ec3bf7662 | 5:52e99daffa76 |
---|---|
2 #include <iostream> |
2 #include <iostream> |
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_iterator.h> |
9 #include <graph_wrapper.h> |
9 #include <graph_wrapper.h> |
10 |
10 |
11 using namespace hugo; |
11 using namespace hugo; |
12 using std::cout; |
12 using std::cout; |