[solved] – Question 73719
Solve the following recurrence relation (without using Master Theorem)
C(n/2) + logn, for n > 1. C(1) = 0
Expert Answer
OR
Solve the following recurrence relation (without using Master Theorem)
C(n/2) + logn, for n > 1. C(1) = 0
OR