Recursioneasy
0:00.0

A recursive function f(n)f(n) calls itself with f(n1)f(n-1). What is the primary purpose of the base case?