in Algorithms recategorized by
414 views
0 votes
0 votes
I know, Kosaraju algorithm and there's one other algorithm which involves reversing of G and using DFS, but two times, but there's some algorithm which uses DFS only time, but I can't be able find that algorithm. Someone please share that.
in Algorithms recategorized by
by
414 views

2 Comments

@iarnav , Cheriyan-Mehlhorn and Gabow has given a one pass Linear time algorithm to find the strongly connected component in a directed graph after Tarjan(Linear-time algo) and Kosaraju-Sharir(two pass Linear time algo).  Just search on google with the given name. you will get it.
1
1

@ankitgupta.1729 Thank you, Ankit.

1
1

Please log in or register to answer this question.

Related questions