Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursioneasy
0:00.0

A recursive algorithm is designed to calculate the sum of the first nnn positive odd numbers. If the recursive step is S(n)=S(n−1)+(2n−1)S(n) = S(n-1) + (2n-1)S(n)=S(n−1)+(2n−1), what is the base case required for this algorithm?