We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c085a9e + dae9c10 commit da91053Copy full SHA for da91053
pygorithm/sorting/merge_sort.py
@@ -66,4 +66,4 @@ def get_code():
66
67
:return: source code
68
"""
69
- return inspect.getsource(sort)
+ return inspect.getsource(sort) + "\n" + inspect.getsource(merge)
0 commit comments