EvLer
- 454
- 0
How can I show that function defined as
f(n) = f(n-1) + 1/n is O(logn) ?
Do I need to use induction here?
Thanks in advance.
f(n) = f(n-1) + 1/n is O(logn) ?
Do I need to use induction here?
Thanks in advance.