Python Programming Exercises,
Gently Explained
126
Further Reading
Merge sort uses this ―merge two sorted lists into a single sorted list‖ behavior as a step in its
algorithm. You can learn more about merge sort and other recursive algorithms from my book, ―The
Recursive Book of Recursion.‖ The full book is freely available under a Creative Commons license at
https://inventwithpython.com/recursion/.