Examveda

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: Option C


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python