8000 Update 3.insertionSort.md · locenco/JS-Sorting-Algorithm@0662645 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0662645

Browse files
authored
Update 3.insertionSort.md
1 parent 76b6e03 commit 0662645

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
@@ -48,4 +48,4 @@ def insertionSort(arr):
4848
preIndex-=1
4949
arr[preIndex+1] = current
5050
   return arr
51-
'''
51+
```

0 commit comments

Comments
 (0)
0