★ KS3-MATH-PCT-0001Front
Recursion
HintRussian dolls do it; so does a mirror facing another mirror.
The whyIt needs two parts: a base case small enough to answer outright, and a step that shrinks the problem towards that base case. Miss the base case and the program never stops. Term-to-term sequences in maths are the same idea — each term is defined from the one before, and the first term is the base case.
same next review — Easy spaces out faster after that
★ KS3-MATH-PCT-0001Back