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

Commit 7cb435d

Browse files
committed
Update.
1 parent 6e0e201 commit 7cb435d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎docs/solutions/leetcode1 两数之和[简单].md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ tags:
4646

4747
**提示:**
4848

49-
- `2 <= nums.length <= 104`
50-
- `-109 <= nums[i] <= 109`
51-
- `-109 <= target <= 109`
49+
- `2 <= nums.length <= 10^4`
50+
- `-10^9 <= nums[i] <= 10^9`
51+
- `-10^9 <= target <= 10^9`
5252
- **只会存在一个有效答案**
5353

5454
**进阶:** 你可以想出一个时间复杂度小于 O(n<sup>2</sup>) 的算法吗?

‎docs/solutions/leetcode4 寻找两个正序数组的中位数[困难].md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ tags:
6262
- `0 <= m <= 1000`
6363
- `0 <= n <= 1000`
6464
- `1 <= m + n <= 2000`
65-
- `-106 <= nums1[i], nums2[i] <= 106`
65+
- `-106 <= nums1[i], nums2[i] <= 10^6`
6666

6767

68-
**进阶:**你能设计一个时间复杂度为 `O(log (m+n))` 的算法解决此问题吗?
68+
**进阶:**你能设计一个时间复杂度为 `O(log (m+n))` 的算法解决此问题吗?
6969

7070
<br/>
7171

‎mkdocs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ nav:
7878
- leetcode题解: solutions/intro.md
7979
- 玩转力扣Tips: solutions/tips.md
8080
- leetcode1 两数之和[简单]: solutions/leetcode1 两数之和[简单].md
81-
- 寻找两个正序数组的中位数[困难]: solutions/leetcode4 寻找两个正序数组的中位数[困难].md
81+
- leetcode4 寻找两个正序数组的中位数[困难]: solutions/leetcode4 寻找两个正序数组的中位数[困难].md
8282
- leetcode36 有效的数独[中等]: solutions/leetcode36 有效的数独[中等].md
8383
- leetcode38 外观数列(报数)[中等]: solutions/leetcode38 外观数列(报数)[中等].md
8484

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /