Recursionmedium
0:00.0

If T(n)=T(n1)+T(n2)+1T(n) = T(n-1) + T(n-2) + 1, which of the following is true about its growth?