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

Summary

Functions

run(graph, component_handler \\ fn component, _state -> component end, opts \\ [])

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

strongly_connected?(graph)