Skip to main content

bfs_parallel_with_config

Function bfs_parallel_with_config 

Source
pub fn bfs_parallel_with_config(
    adj: &CsrMatrix,
    sources: &[NodeId],
    config: &BfsConfig,
) -> Result<Vec<Distance>>
Expand description

Parallel BFS with configuration.