closed by
295 views
0 votes
0 votes
closed with the note: Got Answer
When T(n) = a T(n/b) + f(n)

If on solving we get g(n) as upper bound solution for the recurrence.

Is f(n) = O( g(n) ) always correct?
closed by

Related questions

2 votes
2 votes
2 answers
3
3 votes
3 votes
4 answers
4
LavTheRawkstar asked Apr 16, 2017
4,427 views
T(n) = 100 T (n/99) + log(n!) Answer is T(n) = θ (n log n)a)answer is justifiedb)answer is not justifiedc)cannot be determinedd)none