## Goal Add all *strongly connected component* (SCC) algorithms from petgraph. ## Feature mapping | `petgraph` function | `petgraph-wasm` function | |---------------------|----------------------------| | [`petgraph::algo::kosaraju_scc`](https://docs.rs/petgraph/0.5.1/petgraph/algo/fn.kosaraju_scc.html) | `petgraph.algo.kosaraju_scc ` | | [`petgraph::algo::tarjan_scc`](https://docs.rs/petgraph/0.5.1/petgraph/algo/fn.tarjan_scc.html) | `petgraph.algo.tarjan_scc ` |
Goal
Add all strongly connected component (SCC) algorithms from petgraph.
Feature mapping
petgraphfunctionpetgraph-wasmfunctionpetgraph::algo::kosaraju_sccpetgraph.algo.kosaraju_sccpetgraph::algo::tarjan_sccpetgraph.algo.tarjan_scc