manabeai/ac-library-mbt/scc does not have a README file

    SccGraph

    pub struct SccGraph {
    // private fields
    } derive(
    Debug
    )

    Directed graph. SCC enumeration is O(n+m), with an explicit DFS stack.

    SccGraph::add_edge

    fn SccGraph::add_edge(self : SccGraph, from : Int, to : Int) -> Unit

    SccGraph::new

    fn SccGraph::new(n : Int) -> SccGraph

    SccGraph::scc

    fn SccGraph::scc(self : SccGraph) -> Array[Array[Int]]

    Components in topological order, with ascending vertices within each component.

    Source Files

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io