in Programming in C
176 views
0 votes
0 votes

in Programming in C
by
176 views

1 comment

R(n)= R(log(n))+ log(n)

        = R(log(log(n)))+ log(log(n)) + log(n)

        = O(log(n))

Am i right?
0
0

Please log in or register to answer this question.