BitGraph.Algorithms.SCC (bitgraph v0.1.3)

Summary

Functions

kozaraju(graph, component_handler \\ fn component, _state -> component end)

tarjan(graph, component_handler \\ fn component, _state -> component end)

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