Skip to content

Commit 1eb3418

Browse files
authored
Update 3.insertionSort.md
1 parent 25b3d4e commit 1eb3418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.insertionSort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function insertionSort(arr) {
3636
}
3737
```
3838

39-
## 3. Python 代码实现
39+
## 4. Python 代码实现
4040

4141
```python
4242
def insertionSort(arr):

0 commit comments

Comments
 (0)