Question: Consider the recursive: L(n) = 1+ 2L(n/2) if n>1 and L(n) = 0 if n=1 Prove that: L(n) = (n)
Consider the recursive:
L(n) = 1+ 2L(n/2) if n>1 and L(n) = 0 if n=1
Prove that: L(n) = (n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
