Skip to content

Commit d238f0d

Browse files
committed
docs: update description to lcof problem No.21
面试题21. 调整数组顺序使奇数位于偶数前面
1 parent 03f906d commit d238f0d

File tree

1 file changed

+2
-2
lines changed
  • lcof/面试题21. 调整数组顺序使奇数位于偶数前面

1 file changed

+2
-2
lines changed

lcof/面试题21. 调整数组顺序使奇数位于偶数前面/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
**提示:**
1616

17-
- 1 <= nums.length <= 50000
18-
- 1 <= nums[i] <= 10000
17+
- `0 <= nums.length <= 50000`
18+
- `0 <= nums[i] <= 10000`
1919

2020
## 解法
2121

0 commit comments

Comments
 (0)