形容词
中文翻译:递归的
同义词:
['recurrent', 'recurring', 'recursive']
例句:
-
1. The algorithm is designed to be recursive, allowing for easy modification and expansion.
这个算法是设计成递归的,这样便于修改和扩展。
-
2. The recursive function calls itself repeatedly until a base case is reached.
递归函数会反复调用自身,直到达到一个基本情况。
-
3. The recursive method was used to solve the problem efficiently.
使用递归方法高效地解决了这个问题。