递归函数通过调用自身来高效计算阶乘。
The ___recursive function efficiently calculates factorials by calling itself.
这个算法使用了递归调用来解决问题。
This algorithm uses ___recursive calls to solve the problem.