Vidyalelo
Python · Q63

Functions in Python

Programming · Python · question 63

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board