Skip to main content

2 docs tagged with "strongly connected components"

View all tags

Kosaraju's Algorithm

In this blog post, we'll explore Kosaraju's Algorithm, an efficient algorithm used to find all Strongly Connected Components (SCCs) in a directed graph.

Tarjan's Algorithm

Tarjan's algorithm is an efficient method for finding strongly connected components in a directed graph.