How do I find out the time complexity for:
T(n) = 1 if n <= 4
1 + T(n-4) for n > 4
n is even
Any help is appreciated.
|
Results 1 to 6 of 6
Thread: Time ComplexityThreaded View
|
Click Here to Expand Forum to Full Width |