Skip to content

Commit abbcbd8

Browse files
authored
Update appendix-a.md
1 parent 592b469 commit abbcbd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discrete-maths/appendix-a.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
> * =============
1717
> * Part.01:
1818
> 1) Main loops - Closure analysis:
19+
> - Base idea: _Apply exponential transcendental functions: $f(n) = N^{n_l} = N^2$_
1920
> ```java
2021
> 2. FOR I = 1 THRU N
2122
> a. FOR J = 1 THRU N
2223
> ```
23-
> $f(n) = N^2$
24+
>
2425
> 2) Main loops - Insider look:
2526
>
2627

0 commit comments

Comments
 (0)