Skip to content

Commit 97343df

Browse files
authored
Update Solution.kt
1 parent 876e6bc commit 97343df

File tree

1 file changed

+0
-1
lines changed
  • src/main/kotlin/g3001_3100/s3072_distribute_elements_into_two_arrays_ii

1 file changed

+0
-1
lines changed

src/main/kotlin/g3001_3100/s3072_distribute_elements_into_two_arrays_ii/Solution.kt

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class Solution {
7171
for (i in p1 + 1 until arr1.size) {
7272
arr1[i] = arr2[i - p1 - 1]
7373
}
74-
7574
return arr1
7675
}
7776

0 commit comments

Comments
 (0)