Skip to content

Commit 289218a

Browse files
authored
Update appendix-a.md: Main Loop closure analysis
1 parent 29b49f2 commit 289218a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

discrete-maths/appendix-a.md

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
> a. RESULTF
1414
> ```
1515
> * Analysis:
16+
> * =============
17+
> * Part.01:
18+
> 1) Main loop - Closure analysis:
19+
> ```java
20+
> 2. FOR I = 1 THRU N
21+
> a. FOR J = 1 THRU N
22+
> ```
23+
> $f(n) = N^2$
24+
> 2)
25+
>
1626
1727
1828

0 commit comments

Comments
 (0)