changeset 503 | 769f31e9f7b0 |
parent 483 | ce29ae5b2e1b |
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> |