Skip to content

Commit 25b3d4e

Browse files
authored
Fix
1 parent cbc9a8c commit 25b3d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4.shellSort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function shellSort(arr) {
4242
}
4343
```
4444

45-
## 2. Python 代码实现
45+
## 3. Python 代码实现
4646

4747
```python
4848
def shellSort(arr):

0 commit comments

Comments
 (0)