Skip to content

Commit 3bfe7f2

Browse files
[20251212] BOJ / G2 / 꼬인 전깃줄 / 설진영
1 parent c5b508f commit 3bfe7f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Seol-JY/202512/12 BOJ G2 꼬인 전깃줄.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public class Main {
1313
arr[i] = Integer.parseInt(st.nextToken());
1414
}
1515

16-
// LIS using binary search
1716
ArrayList<Integer> lis = new ArrayList<>();
1817

1918
for (int a : arr) {

0 commit comments

Comments
 (0)