Expand description
Traversal algorithms.
Structs§
- Breadth
First Search - Breadth-first search structure.
- Depth
First Search - Depth-first search structure.
- Depth
First Search Edges - Depth-first search-edges structure.
- Lexicographic
Breadth First Search - Lexicographic breadth-first search structure.
- Lexicographic
Depth First Search - Lexicographic depth-first search structure.
- Topological
Sort - Topological sort search structure.
Enums§
- DFSEdge
- Edge classification performed by the depth first search edges algorithm.
- Traversal
- Traversal enumerator.