Answer
Recursive helper function are function which are slightly different than original function but they can solve the original problem recursively. Generally recursive helper function are given slightly more information than the original function to solve the problem.
Work Step by Step
Same as above.