Function competitive_library::graph::zero_one_bfs::bfs[][src]

pub fn bfs(edge: &[Vec<(usize, i64)>], start: usize, end: usize) -> Option<i64>