-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implementation of a Breadth-First Search (BFS) algorithm.
Versions
-
- Compute the number of steps to explore the entire graph
grb::RC bfs( const Matrix< D > & A, size_t root, size_t & total_steps )
-
- Compute (1.) and the minimum number of step(s) to explore each node
grb::RC bfs( const Matrix< D > & A, size_t root, size_t & total_steps, grb::Vector< size_t > & steps_per_vertex )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request