形容词
中文翻译:递归的
同义词:
['iterative', 'repetitive']
例句:
-
1. The algorithm is designed to be recursive, allowing for easy modification and expansion.
这个算法被设计成递归的,便于修改和扩展。
-
2. The process of recursion is akin to the way we think about problems in our minds.
递归的过程类似于我们大脑处理问题的方式。
-
3. The recursive function calls itself repeatedly until it reaches a base case, at which point it returns to thecalling function.
递归函数会反复调用自身,直到达到一个基本情况,然后返回到调用函数。