log: O(n^(1 + e))

Anood

New member
Joined
Apr 18, 2006
Messages
18
I have to show that, by taking k sufficiently large, I can get O(n^(1+e)) for any positive e.

I have to start with log (base k) 2k-1 and end up with 2^(1/2)<=k. Please help me in that!
 
Sorry, I'm completly lost. Is O a function? If so is it
O(k)=2k-1?
O(k)=log<sub>k</sub>(2k-1)?
something else?
Where does n come in?
Please show what you have tried so I have at least a hint of what is going on.
 
Top