Skip to content

Commit 884be7b

Browse files
Add Kosaraju's algorithm (C++) — prepare PR
1 parent 22c3aca commit 884be7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CPP/algorithms/graph_algorithms/kosaraju_algorithm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,5 @@ Final SCCs:
143143
Time : O(V + E)
144144
Space : O(V + E)
145145
*/
146+
147+
// add: Kosaraju PR

0 commit comments

Comments
 (0)