|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Graph connectivity and connected components. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Build_Subgraph< GT, SA > |
| Build a mapped subgraph from a graph starting at a given node. More... | |
| class | Aleph::Unconnected_Components< GT, SA > |
| Compute the connected components of a graph. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Graph connectivity and connected components.
Algorithms for finding connected components in undirected graphs and testing connectivity. Uses DFS or Union-Find.
Definition in file tpl_components.H.