形容词
中文翻译:递归的
同义词:
['recurrent', 'recursive', 'recurring', 'recurrently']
例句:
-
1. The algorithm is designed to be recursive and efficient.
这个算法被设计成递归高效。
-
2. The process of recursion is a method of solving problems by breaking them down into smaller, simpler subproblems.
递归过程是一种通过将问题分解为更小、更简单的子问题来解决问题的方法论。
-
3. The recursive function calls itself repeatedly until it reaches a base case.
递归函数会反复调用自身,直到达到一个基线条件。