Complete the following table
CLSR - Cormen, Leiserson, Rivest and Stein
DVP - Dasgupta, Papadimitriou and Vazirani
Solve T(n) = 2 T(n-2) + 2, with n = 2k and for T(0) = 0, and T(0)= 1 by Recursive Substitution and the Graphical Method.