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

Commit1fd7d00

Browse files
draft
1 parentd0d6adb commit1fd7d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎MEDIUM/src/medium/_3Sum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public List<List<Integer>> threeSum(int[] nums) {
1919
list.add(nums[mid]);
2020
list.add(nums[right]);
2121

22-
//move left
22+
//move left forward to get all possible combinations
2323
}elseif(sum >0){
2424
right =mid;
2525
}else {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp