BitGraph.Algorithms.SCC.Tarjan (bitgraph v0.1.12)

Summary

Functions

run(graph, opts \\ [])

Tarjan algo for SCC. Roughly follows https://blog.heycoach.in/tarjans-algorithm-in-graph-theory/

strongly_connected?(graph, opts \\ [])