Q63
What is the base case in the Merge Sort algorithm when it is solved recursively?
A.
n=0
B.
n=1
C.
A list of length one
AnswerD.
An empty list
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board