Course contentsShow
Computer Science
Lesson 735 of 2,87217. Graph Traversal AlgorithmsPro lesson

Kosaraju's Algorithm for SCCs

Find strongly connected components using two DFS passes: one on original graph, one on transpose graph.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.