There was an error while loading. Please reload this page.
1 parent 25b3d4e commit 1eb3418Copy full SHA for 1eb3418
3.insertionSort.md
@@ -36,7 +36,7 @@ function insertionSort(arr) {
36
}
37
```
38
39
-## 3. Python 代码实现
+## 4. Python 代码实现
40
41
```python
42
def insertionSort(arr):
0 commit comments