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

Create Kosaraju_algorithm #129

Merged
merged 2 commits into from
Oct 9, 2018
Merged

Create Kosaraju_algorithm #129

merged 2 commits into from
Oct 9, 2018

Conversation

siddharth-basu98
Copy link
Contributor

@siddharth-basu98 siddharth-basu98 commented Oct 18, 2017

The Kosaraju algorithm is an important graph algorithm to detect strongly connected components in a graph. A directed graph is strongly connected if there is a path between all pairs of vertices. A strongly connected component (SCC) of a directed graph is a maximal strongly connected subgraph. This algorithm is often the first step in solving many graph questions.

Resolves issue #3

The Kosaraju algorithm is an important graph algorithm to detect strongly connected components in a graph. A directed graph is strongly connected if there is a path between all pairs of vertices. A strongly connected component (SCC) of a directed graph is a maximal strongly connected subgraph. This algorithm is often the first step in solving many graph questions.
@srbcheema1
Copy link
Owner

thanks for the PR :)
i would love to see more contributions on other repositories. have a look on
https://github.com/srbcheema1/CoolKit (programming toolkit)
https://github.com/srbcheema1/medipack (cool terminal video editor)

@srbcheema1 srbcheema1 merged commit 1ea0d04 into srbcheema1:master Oct 9, 2018
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