[Feature Request]: Implementing Tarjan’s Algorithm in C++ under DSA folder. #3626
Closed
4 tasks done
Labels
CodeHarborHub - Thanks for creating an issue!
documentation
Improvements or additions to documentation
dsa-solution
Label for solutions related to Data Structures & Algorithms.
gssoc
GirlScript Summer of Code | Contributor
GSSOC'24
GirlScript Summer of Code | Contributor
level1
GirlScript Summer of Code | Contributor's Levels
Is there an existing issue for this?
Feature Description
I propose adding the implementation of Tarjan’s Algorithm in C++ to the DSA (Data Structures and Algorithms) folder. Tarjan’s Algorithm is used to find strongly connected components (SCCs) in a directed graph. This algorithm is efficient and crucial for various graph-related problems.
Use Case
This feature would enhance the project by providing a robust method for identifying strongly connected components in graphs. For example, in applications involving network analysis, social network analysis, or any domain requiring the detection of strongly connected subgraphs, Tarjan’s Algorithm would offer a precise and efficient solution.
Benefits
Tarjan’s Algorithm provides an efficient way to identify strongly connected components, improving performance in graph-related tasks. The inclusion of this algorithm will help developers and students understand advanced graph algorithms and their applications.
Add ScreenShots
No response
Priority
High
Record
The text was updated successfully, but these errors were encountered: