changeset 107 | 8d62f0072ff0 |
parent 59 | 41c7f9c09a12 |
child 921 | 818510fa3d99 |
1:a05344dec5a2 | 2:1c7309ec9b9b |
---|---|
3 #include <string> |
3 #include <string> |
4 |
4 |
5 #include <list_graph.hh> |
5 #include <list_graph.hh> |
6 #include <bfs_iterator.hh> |
6 #include <bfs_iterator.hh> |
7 |
7 |
8 using namespace marci; |
8 using namespace hugo; |
9 |
9 |
10 int main (int, char*[]) |
10 int main (int, char*[]) |
11 { |
11 { |
12 typedef ListGraph::NodeIt NodeIt; |
12 typedef ListGraph::NodeIt NodeIt; |
13 typedef ListGraph::EdgeIt EdgeIt; |
13 typedef ListGraph::EdgeIt EdgeIt; |