Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::graph |
Functions | |
| index_t | belfem::graph::bfs (Graph &aGraph, Vertex *aStart=nullptr) |
| index_t | belfem::graph::bfs (Graph &aGraph) |
| Alternative implementation that also handles disconnected graphs by finding the maximum width across all connected components. | |