Page 1 of 1

What is the base case in the Merge Sort algorithm when it is solved recursively?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) n=0
b) n=1
c) A list of length one
d) An empty list