PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Blog available for sell
This blog is available for sale. Please 'contact us' if interested.
Advertise with us
Python Multiple Choice Questions
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
Show Answer
Next Question
Correct Answer:
C
Explanation: Merge Sort algorithm implements the recursive algorithm and when the recursive function receives a list of length 1 which is the base case, the list is returned.
© 2024-2025 Python Circle
Contact
Sponsor
Archive
Sitemap