Recursionmedium
0:00.0

Given the recurrence relation T(n)=3T(n1)2T(n2)T(n) = 3T(n-1) - 2T(n-2), which of the following is a potential form of the general solution?