What Is The Base Case In The Merge Sort Algorithm When It Is #739
What is the base case in the Merge Sort algorithm when it is solved recursively?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Argument Passing, Variables and Recursion - Python Shallow Copy vs Deep Copy - Quiz No.2.
What is the base case in the Merge Sort algorithm when it is solved recursively?
n=0
n=1
A list of length one
An empty list