Skip to main content

2 docs tagged with "scc"

View all tags

Kosaraju's Algorithm

A complete guide to Kosaraju's Algorithm for finding Strongly Connected Components (SCCs) in a directed graph with explanations and implementations.

Tarjan's Algorithm

A complete guide to Tarjan's Algorithm for Strongly Connected Components (SCCs) with explanations, use cases, and implementations in Python, Java, C++, and JavaScript.