INFO: Connectivity is just glorified union find, this is from DPV book. More...
#include <lean_graph.h>
Public Member Functions | |
bool | is_connected (CounterType a, CounterType b) |
void | unite (CounterType a, CounterType b) |
INFO: Unite (Union) a with b. | |
INFO: Connectivity is just glorified union find, this is from DPV book.
|
inline |
|
inline |
INFO: Unite (Union) a with b.