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

Commit8532f8c

Browse files
authored
Improved task 1
1 parent7a80b30 commit8532f8c

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/g0001_0100/s0001_two_sum

1 file changed

+2
-2
lines changed

‎src/main/java/g0001_0100/s0001_two_sum/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can return the answer in any order.
1414

1515
**Output:**[0,1]
1616

17-
**Output:** Because nums[0] + nums[1] == 9, we return[0, 1].
17+
**Explanation:** Because nums[0] + nums[1] == 9, we return[0, 1].
1818

1919
**Example 2:**
2020

@@ -35,4 +35,4 @@ You can return the answer in any order.
3535
* <code>-10<sup>9</sup> <= target <= 10<sup>9</sup></code>
3636
***Only one valid answer exists.**
3737

38-
**Follow-up:** Can you come up with an algorithm that is less than <code>O(n<sup>2</sup>)</code>time complexity?
38+
**Follow-up:** Can you come up with an algorithm that is less than <code>O(n<sup>2</sup>)</code>time complexity?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp