|
file | breadth_first_search.h [code] |
| Breadth-first traversal of a graph.
|
|
file | connected_components.h [code] |
| Compute the connected components of a graph.
|
|
file | hilbert_curve.h [code] |
| Cluster points using a Hilbert space filling curve.
|
|
file | maximal_independent_set.h [code] |
| Maximal independent set of a graph.
|
|
file | pseudo_peripheral.h [code] |
| Pseduo peripheral vertex of a graph.
|
|
file | symmetric_rcm.h [code] |
| Reverse Cuthill-Mckee of a sparse matrix.
|
|
file | vertex_coloring.h [code] |
| Breadth-first traversal of a graph.
|
|