in Algorithms edited by
250 views
0 votes
0 votes
Use the master method to show that the solution to the binary-search recurrence $T(n)=T(n/2) + \Theta(1)$ is $T(n)=\Theta(lg\ n)$.
in Algorithms edited by
250 views

Please log in or register to answer this question.

Related questions