Agenda

  1. Warm-up: Predict the Output — a function that calls itself
  2. The self-similar problem: a folder inside a folder inside a folder, solved without a single loop
  3. Compare and name it: Recursion — base case first, always
  4. Launch our next task: The Structure Study — one problem, three containers, and a justification you can defend out loud
  5. Practise: Recursion Practice

Things to do before our next class