Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kosaraju's Algorithm #598

Merged
merged 4 commits into from
Nov 29, 2021
Merged

Kosaraju's Algorithm #598

merged 4 commits into from
Nov 29, 2021

Conversation

nobita851
Copy link
Contributor

@nobita851 nobita851 commented Oct 7, 2021

What does this PR do?

Added an algorithm to find strongly connected components in a graph.

Related PRs and Issues

It resolves the issue #597

Have you read the Contributing Guidelines?

Yes

Added Kosaraju's Algorithm to display all the strongly connected components of a graph.
Placed inwrong folder
Added Kosaraju's algorithm to display the strongly connected components of a graph.
@dubesar dubesar merged commit 90993f1 into dubesar:master Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants