Skip to content

Commit 8321587

Browse files
authored
Update Strongly_connected_component.cpp
1 parent 1423e11 commit 8321587

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Strongly_connected_component.cpp

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
/* nuttela - Soham Chakrabarti */
22

33
/* problem Link - https://www.hackerearth.com/practice/algorithms/graphs/strongly-connected-components/practice-problems/algorithm/magical-islands/description/ */
4-
/* Solution below */
4+
/* Solution Link - GIVEN BELOW */
5+
6+
/* problem Link - https://www.hackerearth.com/practice/algorithms/graphs/strongly-connected-components/practice-problems/algorithm/a-walk-to-remember-qualifier2/ */
7+
/* Solution - https://www.hackerearth.com/submission/39856526/ */
8+
59

610
#include <bits/stdc++.h>
711

0 commit comments

Comments
 (0)