形容词
中文翻译:递归的
同义词:
['iterative', 'recurrent', 'iteratively', 'recursively']
例句:
-
1. The algorithm is designed to be recursive, allowing for easy modification and expansion.
这个算法是设计成递归的,便于修改和扩展。
-
2.The function calls itself recursively until a base case is reached.
函数通过递归调用自己,直到达到基线条件为止。
-
3.The recursive process of solving the problem led to a more efficient solution.
解决该问题的递归过程导致了更高效的解决方案。