We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba33b5 commit 327c131Copy full SHA for 327c131
discrete-maths/appendix-a.md
@@ -7,3 +7,5 @@
7
- $N'_{c_n}$: the clock-complexity of the $n^{th}$ subclosure of the designated closure.
8
9
## The following is the generalized formula:
10
+
11
+$$f(N) = N_c = C(N) * \sum_{n=0}^N N_{c_n} = C(N) * (N_{c_0} + N_{c_1} + N_{c_2} + ... + N_{c_{(N-2)}} + N_{c_{(N-1)}} + N_{c_{(N)}})$$
0 commit comments