Skip to content

AlpoGIT/Kosaraju-s-algorithm-Iterative-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Kosaraju-s-algorithm-Iterative-

Iterative implementation of Kosaraju's algorithm (works on relatively big graphs):

  • DFS on reversed graph (for magic order of nodes, so that the SCCs have some key property)
  • DFS on original graph in decreasing order (where the order is obtain from 1st pass)

The algorithm outputs the SCCs of the original graph.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages