Skip to content

Commit 548f633

Browse files
committed
Update 02.04.05-Exercises.md
1 parent 642d840 commit 548f633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ch02/02.04/02.04.05-Exercises.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
**说明**
3737

3838
- $1 \le nums.length \le 10^5$。
39-
- $k$ 的取值范围是 $[1, 数组中不相同的元素的个数]$。
39+
- $k$ 的取值范围是 $[1, \text{ 数组中不相同的元素的个数}]$。
4040
- 题目数据保证答案唯一,换句话说,数组中前 $k$ 个高频元素的集合是唯一的。
4141

4242
**示例**
@@ -60,7 +60,7 @@
6060

6161
**说明**
6262

63-
- $1 \le s.length \le 5 * 10^5$。
63+
- $1 \le s.length \le 5 \times 10^5$。
6464
- `s` 由大小写英文字母和数字组成。
6565

6666
**示例**

0 commit comments

Comments
 (0)