Function bfs

Source
pub fn bfs(graph: &Vec<Vec<usize>>, start: usize) -> Vec<usize>