We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbcbd8 commit 7921441Copy full SHA for 7921441
discrete-maths/appendix-a.md
@@ -16,7 +16,7 @@
16
> * =============
17
> * Part.01:
18
> 1) Main loops - Closure analysis:
19
-> - Base idea: _Apply exponential transcendental functions: $f(n) = N^{n_l} = N^2$_
+> - 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.
20
> ```java
21
> 2. FOR I = 1 THRU N
22
> a. FOR J = 1 THRU N
0 commit comments