Agenda
- Warm-up: Predict the Output — a function that calls itself
- The self-similar problem: a folder inside a folder inside a folder, solved without a single loop
- Compare and name it: Recursion — base case first, always
- Launch our next task: The Structure Study — one problem, three containers, and a justification you can defend out loud
- Practise: Recursion Practice
Things to do before our next class
- Finish Recursion Practice, including the one that never stops until you find its base case.
- Read The Structure Study and choose your one problem.