这个算法通过递归地分解问题来找到解决方案。

The algorithm finds the solution by breaking down the problem recursively.

点击显示答案

The algorithm finds the solution by breaking down the problem recursively.

### 解释 recursively 是副词,由形容词 recursive(递归的)加上副词后缀 -ly 构成。recursive 来自动词 recur(重复发生),指"通过重复调用自身来解决问题的过程"。recursively 表示"以递归的方式",即通过不断将问题分解为更小的同类问题来解决。

在 App 中完整学习这张卡片

在 App 中学习