名词
中文翻译:递归
同义词:
['iteration', 'repetition']
例句:
-
1.The algorithm uses a recursive approach to solve the problem.
这个算法使用递归的方法来解决这个问题。
-
2. The function calls itself repeatedly until it reaches a base case.
这个函数会反复调用自己,直到达到一个基线条件。
-
3. The teacher demonstrated a recursive method for calculating the factorial of a number.
老师演示了一个递归方法来计算一个数的阶乘。