I dont have. Case..i just wanted to know the general way of solving usimg logarithms.
So if i get 2 functions as asymptotically equal in logarithms..then should i discard solving it and use another approach?..or should i consider the value of constants as well.
For ex..for 2^n and 3^n...on applying log..we get log2*logn...and log3*logn...so in this case..should solve usingsome.other method?..or sincr log2<log3..i should consider 2^n as O(3^n)
?