Skip to content

Commit e211a9c

Browse files
committed
print 제거
1 parent 04b00a3 commit e211a9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

number-of-connected-components-in-an-undirected-graph/sonjh1217.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@ class Solution {
3737
}
3838
}
3939

40-
print(Solution().countComponents(3, [[0,1], [0,2]]))
41-
print(Solution().countComponents(6, [[0,1], [1,2], [2, 3], [4, 5]] ))

0 commit comments

Comments
 (0)