src/work/athos/uf_demo.cc
changeset 1315 c91ae3600eea
parent 250 81a3d0abe5f3
equal deleted inserted replaced
0:e952dea30df2 1:79698a065798
     2 
     2 
     3 //#include <marciMap.hh>
     3 //#include <marciMap.hh>
     4 #include <union_find.h>
     4 #include <union_find.h>
     5 #include <iostream>
     5 #include <iostream>
     6 #include <list_graph.hh>
     6 #include <list_graph.hh>
     7 using namespace hugo;
     7 using namespace lemon;
     8 using namespace std;
     8 using namespace std;
     9 
     9 
    10 int main (int, char*[])
    10 int main (int, char*[])
    11 {
    11 {
    12   typedef ListGraph::NodeIt NodeIt;
    12   typedef ListGraph::NodeIt NodeIt;