technojam / Ultimate_Algorithms_Repository

This is a collection of Data Structures and Algorithms
81 stars 166 forks source link

Kosaraju's Algorithm #294

Closed jatinAgarwala closed 3 years ago

jatinAgarwala commented 3 years ago

Kosaraju's Algorithm

Kosaraju's algorithm is a linear time algorithm to find the strongly connected components of a directed graph.

jatinAgarwala commented 3 years ago

Please assign this to me.