We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33d163 commit 38ea112Copy full SHA for 38ea112
1 file changed
18/5.py
@@ -66,7 +66,7 @@
66
if indegree[i] == 0:
67
q.append(i)
68
69
- # 사이클이 발생하는 경우 (일관성이 없는 경우)
+ # 사이클이 발생하는 경우(일관성이 없는 경우)
70
if cycle:
71
print("IMPOSSIBLE")
72
# 위상 정렬 결과가 여러 개인 경우
0 commit comments