template<typename T>
class cacao::UnionFind< T >
Definition at line 35 of file UnionFind.hpp.
find the repres to of a given element x
- Parameters
-
x | an element of the union find ds |
- Returns
- the repres of x
Implemented in cacao::UnionFindImpl< T >.
union the set that contains r with the set that contains s
- Parameters
-
r | repres of a set |
s | repres of a set |
- Returns
- the new repres
Implemented in cacao::UnionFindImpl< T >.
The documentation for this class was generated from the following file:
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/toolbox/UnionFind.hpp