Skip to main content

2 docs tagged with "Strongly Connected Components"

View All Tags

Kosaraju's Algorithm

This page explains Kosaraju's Algorithm for finding the no of strongly connected component in a graph.

Tarjan's Algorithm

In this tutorial, we will learn about Tarjan's Algorithm and its implementation in Python, Java, C++, and JavaScript with detailed explanations and examples.