MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / Graph

Class Graph

src/graph/kosaraju.rs:2–6  ·  view source on GitHub ↗

Kosaraju algorithm, a linear-time algorithm to find the strongly connected components (SCCs) of a directed graph, in Rust.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected