Browse Source

Update sorting.py

luislopez66 2 years ago
parent
commit
a31ca6e2cf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      sorting.py

+ 1
- 0
sorting.py View File

8
 """
8
 """
9
 from random import randint
9
 from random import randint
10
 import time
10
 import time
11
+from merge import merge
11
 import heapq
12
 import heapq
12
 
13
 
13
 def mergeSort(lista):
14
 def mergeSort(lista):