#include <vector>
#include <list>
#include <utility>
#include <algorithm>
#include <lemon/invalid.h>
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... |