Link Search Menu Expand Document

Lesson 10 - Recursion

Objectives

  1. Understand recursion

    • Calculate the factorial of n

    • Check if a string is a palindrome recursively

Home Assignments

  1. Fibonacci numbers

  2. Beer and Bottles

  3. * Climbing Stairs

  4. ** Elimination Game