Module cairo_lang_utils::graph_algos::scc_graph_node
source · Structs
- A node whose neighbors are only the subset of its neighbors in the full graph, which are also in the same SCC (strongly-connected-component) with it.