Skip to content

Recursion

Handout

A function that calls itself

  • Recursion is when a function calls itself.
  • Each call should work on a smaller version of the problem.
  • Done right, the problem shrinks until it is trivial to solve.

Handout

Log in or create account

IGCSE & A-Level