What is the base case in the Merge Sort algorithm when it is solved recursively?
Posted: Wed Jul 13, 2022 7:45 pm
a) n=0
b) n=1
c) A list of length one
d) An empty list
b) n=1
c) A list of length one
d) An empty list
Accurate answers. Every time.
https://answerhappy.com/