equal
deleted
inserted
replaced
2 #include <iostream> |
2 #include <iostream> |
3 #include <list_graph.hh> |
3 #include <list_graph.hh> |
4 #include <bfs_iterator.hh> |
4 #include <bfs_iterator.hh> |
5 #include <loader.h> |
5 #include <loader.h> |
6 |
6 |
7 using namespace marci; |
7 using namespace hugo; |
8 |
8 |
9 int main(int, char **) { |
9 int main(int, char **) { |
10 typedef ListGraph::NodeIt NodeIt; |
10 typedef ListGraph::NodeIt NodeIt; |
11 typedef ListGraph::EdgeIt EdgeIt; |
11 typedef ListGraph::EdgeIt EdgeIt; |
12 typedef ListGraph::EachNodeIt EachNodeIt; |
12 typedef ListGraph::EachNodeIt EachNodeIt; |