Skip to content

Commit 77997fd

Browse files
author
Alisha
committed
Return result
1 parent 59b7aa1 commit 77997fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sort/merge_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def merge(left, right):
3232
for i in range(right_cursor,len(right)):
3333
arr.append(right[i])
3434

35+
# Return result
3536
return arr
3637

3738
array = [1,5, 7,4,3,2,1,9,0,10,43,64]

0 commit comments

Comments
 (0)