Skip to content

Commit c8aff38

Browse files
authored
Update 283.move-zeroes.md
1 parent 2868b73 commit c8aff38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

problems/283.move-zeroes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Minimize the total number of operations.
2020
## 前置知识
2121

2222
- [数组](https://github.com/azl397985856/leetcode/blob/master/thinkings/basic-data-structure.md)
23+
- 双指针
2324

2425
## 公司
2526

@@ -38,7 +39,7 @@ Minimize the total number of operations.
3839

3940
## 关键点解析
4041

41-
42+
- 双指针
4243

4344
## 代码
4445

0 commit comments

Comments
 (0)