CS61A - Spring 2014 - Recursion

  • Helper Functions

  • Helper functions are useful when you want to extend the amount of parameters that a certain function takes in. Helper functions are generally used to make our lives easier. This occurs most often when working with recursion, especially if you want your function to be tail recursive. (Read More!)

Below are a list of practice problems, test what you've learned!