recursive method

  1. 递归法;循环消去回代法

网络词典

recursive method

英 rɪˈkɜːsɪv 美 rɪˈkɜːsɪv
形容词 中文翻译:递归的
同义词: ['iterative', 'repetitive']

例句:

  1. 1. The algorithm is designed to be recursive, allowing for easy modification and expansion.
    这个算法被设计成递归的,便于修改和扩展。
  2. 2. The process of recursion is akin to the way we think about problems in our minds.
    递归的过程类似于我们大脑处理问题的方式。
  3. 3. The recursive function calls itself repeatedly until it reaches a base case, at which point it returns to thecalling function.
    递归函数会反复调用自身,直到达到一个基本情况,然后返回到调用函数。