computer_science:programming:algorithm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computer_science:programming:algorithm [2021/10/14 02:47] – [Gauss Sum] mana | computer_science:programming:algorithm [2021/10/14 03:35] (current) – [Gauss Sum] mana | ||
---|---|---|---|
Line 124: | Line 124: | ||
1+2+3+4+...+n | 1+2+3+4+...+n | ||
- | Formula: $\frac{(n+1)*n}{2}$ | + | Formula: $\frac{(n+1)*n}{2}$ |
FIXME (double check this information) | FIXME (double check this information) | ||
When talking about efficiency we say that the efficiency of n is $\Theta(n^2)$ | When talking about efficiency we say that the efficiency of n is $\Theta(n^2)$ | ||
computer_science/programming/algorithm.1634147269.txt.gz · Last modified: 2021/10/14 02:47 by mana