形容词
中文翻译:递归的
同义词:
['iterative', 'recurrent']
例句:
-
1. The algorithm is designed to be recursive and easy to understand.
这个算法被设计成递归的,易于理解。
-
2. The function calls itself recursively until it reaches a base case.
这个函数递归调用自己,直到达到一个基线条件。
-
3. The problem was solved by recursively breaking down the larger problem into smaller ones.
这个问题通过递归地将较大的问题分解成较小的问题来解决。