Big O Problem
Consider the recurrence
T(1)=a
T(n)=cT(n/d)+bn^k, for n a power of d
Iteratively expand T(n) in terms of T(n/d^i) for i=1,2,.... Show that
a) if c > d^k, then T(n) is O(n^logd c)
b) if c = d^k, then T(n) is O(n^k log n)
c) if c < d^k, then T(n) is O(n^k)
By OTA: Yongjun Luo, PhD (IP)
OTA Rating: 4.8/5
Your Price: $2.19 (original value ~$15.96)
What's included:
Page generated in 0.0127 seconds