Skip to content

Commit 7921441

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discrete-maths/appendix-a.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
> * =============
1717
> * Part.01:
1818
> 1) Main loops - Closure analysis:
19-
> - Base idea: _Apply exponential transcendental functions: $f(n) = N^{n_l} = N^2$_
19+
> - Base idea: _Apply exponential transcendental functions:_ $f(n) = N^{n_l} = N^2$; where ${n_l}$ is the number of loop closures to be executed.
2020
> ```java
2121
> 2. FOR I = 1 THRU N
2222
> a. FOR J = 1 THRU N

0 commit comments

Comments
 (0)