Table of Contents

Tarjan’s SCC Algorithm

Finds strongly connected components in a directed graph using a depth-first search and a stack-based approach.

Category: graph
Loading...

Enjoy reading code with a tandem explainer?

Explain code with DocComment! Try out your own code!

Try DocComment