Commit 6680e43
Update merge_insertion_sort.py (TheAlgorithms#5833)
* Update merge_insertion_sort.py
Fixes TheAlgorithms#5774
merge_insertion_sort
Co-Authored-By: AilisOsswald <44617437+AilisOsswald@users.noreply.github.com>
* Update merge_insertion_sort.py
Fixes TheAlgorithms#5774
merge_insertion_sort
Co-Authored-By: AilisOsswald <44617437+AilisOsswald@users.noreply.github.com>
* Update merge_insertion_sort.py
Fixes TheAlgorithms#5774
added permutation range from 0 to 4
Co-Authored-By: AilisOsswald <44617437+AilisOsswald@users.noreply.github.com>
* Use `all()`
Co-authored-by: AilisOsswald <44617437+AilisOsswald@users.noreply.github.com>
Co-authored-by: John Law <johnlaw.po@gmail.com>1 parent 65d3cff commit 6680e43
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
163 | | - | |
| 169 | + | |
164 | 170 | | |
165 | 171 | | |
166 | 172 | | |
| |||
0 commit comments