fn collect_graph_component( node: usize, graph: &[Vec<usize>], visited: &mut [bool], component: &mut Vec<usize>, )