unknown_2
- 28
- 0
Hi, I've been looking through my algorithms book/notes and I've come across this summation I'm not quite sure how they got to.
\sum^{lgn - 1}_{i = 0}\frac{n}{lgn - i} = n\sum^{lgn}_{i = 1}\frac{n}{i}
where lgn = log_{2}n, it's just to make it simpler
any clue?
cheers,
\sum^{lgn - 1}_{i = 0}\frac{n}{lgn - i} = n\sum^{lgn}_{i = 1}\frac{n}{i}
where lgn = log_{2}n, it's just to make it simpler
any clue?
cheers,