Path: blob/master/source/python/algorithm_mergesort.rst
1241 views
========= Mergesort ========= Question -------- Demonstrate the merge sort sorting algorithm in Python. Solution -------- .. literalinclude:: ../../languages/python/algorithm_mergesort.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/algorithm_mergesort.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`algorithm_mergesort.py` * :python-better-explain:`algorithm_mergesort.rst`