Definition in file unionfind.h.#include <vector>
#include <list>
#include <utility>
#include <algorithm>
#include <lemon/invalid.h>
Include dependency graph for unionfind.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | UnionFind |
A Union-Find data structure implementation. More... | |
class | UnionFindEnum |
A Union-Find data structure implementation which is able to enumerate the components. More... |