Skip to main content

bfs_sequential_with_config

Function bfs_sequential_with_config 

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

Sequential BFS with configuration.