src/include/unionfind.h
changeset 498 eb8bfa683d92
parent 483 ce29ae5b2e1b
equal deleted inserted replaced
0:0a99aa2f40a5 1:f15c5841520b
     1 // -*- c++ -*- //
     1 // -*- c++ -*- //
     2 #ifndef HUGO_UNION_FIND_H
     2 #ifndef HUGO_UNION_FIND_H
     3 #define HUGO_UNION_FIND_H
     3 #define HUGO_UNION_FIND_H
     4 
     4 
     5 //!ingroup auxdat
     5 //!\ingroup auxdat
     6 //!\file
     6 //!\file
     7 //!\brief Union-Find data structures.
     7 //!\brief Union-Find data structures.
     8 
     8 
     9 
     9 
    10 #include <vector>
    10 #include <vector>