manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Tarjan's algorithm for SCC #189

Open Yash091 opened 3 years ago

Yash091 commented 3 years ago

🚀 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 -

Yash091 commented 3 years ago

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

manan025 commented 3 years ago

@Yash091 - C++ assigned