形容词
中文翻译:递归的
同义词:
['recurrent', 'recurring']
例句:
-
1. The algorithm has a recursive structure that makes it easy to understand and implement.
这个算法具有递归结构,这使得它易于理解和实现。
-
2. The problem is recursive in nature, requiring a deep understanding of the underlying principles.
这个问题是递归性质的,需要对底层原理有深入的理解。
-
3. The function calls itself repeatedly until a base case is reached, demonstrating the recursive nature ofthe algorithm.
该函数在达到基本情形之前反复调用自身,展示了算法的递归性质。