Function competitive_programming_rs::graph::topological_sort::topological_sort[][src]

pub fn topological_sort(graph: &[Vec<usize>]) -> Vec<usize>