we trace Kosaraju on this graph: , . First DFS starting from : visit , then , then , then . Finish order (pushed to stack): (stack top is ). Transpose graph: , .
Second DFS: pop , explore (one SCC). Pop , explore (another SCC). Result: Two SCCs found: and .