/Kosaraju-Optimization

It contains the working code and documentation of the optimization of Kosaraju algorithm.

Primary LanguageC++

Kosaraju-Algorithm-Optimization

It contains the working code and documentation of the optimization of Kosaraju algorithm.

  • This is a Research Project which successfully Optimizes Kosaraju Algorithm on Time and Space Complexity. Kosaraju Algorithm is a Graph Algorithm which is used to determine the Strongly Connected Components(SCC) in a Directed Graph.