Question 1
What is the main purpose of recursion in a search or sort algorithm?
Question 2
What is a base case in a recursive algorithm?
Question 3
Which statement best describes a recursive search on a sorted array?
Question 4
Why is a recursive sorting method useful for large data sets?
Question 5
What must happen before a recursive method calls itself again?