The document defines a recurrence relation T(n) = aT(n/b) + f(n) where a ≥ 1, b ≥ 2, c > 0. It states that if f(n) is O(nd) for d ≥ 0, then:
1) T(n) is O(nd) if a < bd
2) T(n) is O(nd log n) if a = bd
3) T(n) is O(nlogba) if a > bd
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
17 views1 page
Master
The document defines a recurrence relation T(n) = aT(n/b) + f(n) where a ≥ 1, b ≥ 2, c > 0. It states that if f(n) is O(nd) for d ≥ 0, then:
1) T(n) is O(nd) if a < bd
2) T(n) is O(nd log n) if a = bd
3) T(n) is O(nlogba) if a > bd