返回卡包市场
Recursion
暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。
卡片总数: 1 张•内容版本: v4•公开卡包•更新时间: 8/1/2026
卡片预览 (1 张)
#1
正面 (问题)
Explain what is meant by recursion (2min 3max)
背面 (解答)
-It is when a function or procedure calls itself. -The recursive process must have a base case that is a way to return without making a recursive call. -It also has a general case where the recursive call takes place.