CodeHarborHub / codeharborhub.github.io

Welcome to CodeHarborHub! Our mission is to provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals. Whether you're looking to kickstart your career in web development, master a new programming language, or stay updated on the latest tech trends, we've got you covered.
https://codeharborhub.github.io/
MIT License
79 stars 161 forks source link

[Feature Request]: Implementing Tarjan’s Algorithm in C++ under DSA folder. #3626

Closed sjain1909 closed 2 months ago

sjain1909 commented 2 months ago

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

github-actions[bot] commented 2 months ago

Hi @sjain1909! Thanks for opening this issue. We appreciate your contribution to this open-source project. Your input is valuable and we aim to respond or assign your issue as soon as possible. Thanks again!

sjain1909 commented 2 months ago

@Ajay-Dhangar sir, kindly assign me this issue under GSSOC'24.

github-actions[bot] commented 2 months ago

Hello @sjain1909! Your issue #3626 has been closed. Thank you for your contribution!