Skip to content

Commit c4042bf

Browse files
authored
Merge pull request #13 from tejdeepthumma/patch-1
Update detect cycle directed graph.cpp
2 parents 025833f + 35b59a8 commit c4042bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

detect cycle directed graph.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* https://sapphireengine.com/@/6tfphj */
2+
/* https://cses.fi/problemset/task/1678 */
23
#include<iostream>
34
using namespace std;
45

@@ -64,4 +65,4 @@ int main(){
6465
cout<<checkCycle(visited)<<endl;
6566

6667
return 0;
67-
}
68+
}

0 commit comments

Comments
 (0)