Browse Source

cambiosCamila1

camila.vazquez1 2 years ago
parent
commit
313445c5f4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sorting.py

+ 1
- 1
sorting.py View File

31
                 else:
31
                 else:
32
                         lista[k] = R[j]
32
                         lista[k] = R[j]
33
                         j += 1
33
                         j += 1
34
-                        k += 1
34
+                k += 1
35
  
35
  
36
         while i < len(L):
36
         while i < len(L):
37
                 lista[k] = L[i]
37
                 lista[k] = L[i]