Recursionmedium
0:00.0

A recursive function is defined as f(n)=f(n1)+2n1f(n) = f(n-1) + 2n - 1 with f(0)=0f(0) = 0. Which of the following is the correct closed-form expression for f(n)f(n)?