Skip to content

Commit dae9c10

Browse files
authored
Update merge_sort.py
show `merge` code as well
1 parent c085a9e commit dae9c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygorithm/sorting/merge_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def get_code():
6666
6767
:return: source code
6868
"""
69-
return inspect.getsource(sort)
69+
return inspect.getsource(sort) + "\n" + inspect.getsource(merge)

0 commit comments

Comments
 (0)