1.

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
D. An empty list
Answer» D. An empty list


Discussion

No Comment Found