From charlesreid1

(Created page with "=Volume 1= ==Chapter 1: Basic Concepts: Harmonic numbers== Harmonic numbers become important in analyses of algorithms. Define <math> H_n = 1 + \dfrac{1}{2} + \dfrac{1}{3}...")
 
No edit summary
Line 10: Line 10:


While it does not occur often in classical mathematics, it crops up more often in algorithm analysis.
While it does not occur often in classical mathematics, it crops up more often in algorithm analysis.
=Flags=
{{AOCPFlag}}
[[Category:Harmonic Numbers]]

Revision as of 07:08, 20 July 2017

Volume 1

Chapter 1: Basic Concepts: Harmonic numbers

Harmonic numbers become important in analyses of algorithms. Define

$ H_n = 1 + \dfrac{1}{2} + \dfrac{1}{3} + \dfrac{1}{4} + \dots + \dfrac{1}{n} = \sum_{1 \leq k \leq n} \dfrac{1}{k} \qquad n \geq 0 $

While it does not occur often in classical mathematics, it crops up more often in algorithm analysis.



Flags