Skip to content

APIs > scc > SCCGraph

SCCGraph

struct SCCGraph

Methods

__init__

__init__(out self, n: Int)

add_edge

add_edge(mut self, src: Int, dst: Int)

scc

scc(self) -> List[List[Int]]