Skip to content

Commit c0481a9

Browse files
authoredJan 20, 2022
docs: modify the description of conditions (doocs#679)
1 parent e92d85c commit c0481a9

File tree

1 file changed

+4
-1
lines changed
  • lcof/面试题53 - I. 在排序数组中查找数字 I

1 file changed

+4
-1
lines changed
 

‎lcof/面试题53 - I. 在排序数组中查找数字 I/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020

2121
**限制:**
2222

23-
- `0 <= 数组长度 <= 50000`
23+
- <code>0 <= nums.length <= 10<sup>5</sup></code>
24+
- <code>-10<sup>9</sup> <= nums[i] <= 10<sup>9</sup></code>
25+
- `nums` 是一个非递减数组
26+
- <code>-10<sup>9</sup> <= target <= 10<sup>9</sup></code>
2427

2528
## 解法
2629

0 commit comments

Comments
 (0)