Search Algorithms

Recursion

  • Recursive Algorithm - solves a problem by breaking that problem into smaller sub-problems, and combing the solutions

  • base case - returns a value without making any seubsequent recur. calls. This is where the func. is done