Recursioneasy
0:00.0
A recursive algorithm is designed to calculate the sum of the first positive odd numbers. If the recursive step is , what is the base case required for this algorithm?
A recursive algorithm is designed to calculate the sum of the first positive odd numbers. If the recursive step is , what is the base case required for this algorithm?