★ KS3-MATH-PCT-0001正面
Recursion
提示Russian dolls do it; so does a mirror facing another mirror.
为什么It 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.
下次复习日期相同——「太简单」会让之后的间隔拉得更快
★ KS3-MATH-PCT-0001背面