manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tarjan's algorithm for SCC

Yash091 opened this issue Β· comments

πŸš€ Feature

Tarjan's algorithm is used to find the single connected component in a directed graph.

Have you read the Contribution Guidelines?

YES

Pitch

This is an efficient and advanced algorithm for finding SCC.

Assignees

(Do not make changes in this section until asked to do so)
C -
C# -
C++ - @Yash091
Go -
Java -
Javascript -
Kotlin -
Python -

@manan025 Please assign this to me in C++.
Thank you.

commented

@Yash091 - C++ assigned