Recursionmedium
0:00.0

A recursive function is defined as f(n)=f(n2)+nf(n) = f(n-2) + n. If f(0)=0f(0) = 0 and f(1)=1f(1) = 1, what is f(4)f(4)?