Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf72643d

Browse files
authored
Update Solution.java
1 parent9146f3f commitf72643d

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii

1 file changed

+0
-1
lines changed

‎src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii/Solution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public int[] intersect(int[] nums1, int[] nums2) {
2828
// Check if nums2 value is less then nums1 value;
2929
// Increment "j"
3030
j++;
31-
3231
}else {
3332
// Check if nums1 value is equals to nums2 value;
3433
// Dump into nums1 and increment k, increment i & increment j as well;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp