retagged by
318 views

2 Answers

1 votes
1 votes
its not a recurrence relation!
1 votes
1 votes
T(n) = 2T(n) + n

 

changing side of T(n),

T(n) = - n

So, I think it should be order of O(1)

Since, negative doesn't make sense.

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