Function -> code
This commit is contained in:
parent
11f763d24c
commit
2af09e463c
|
@ -538,7 +538,7 @@ for (int k = 0; k < n; k++) {
|
||||||
}
|
}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
The above code is based on the recursive definition
|
The above code is based on the recursive definition
|
||||||
of $c$. As a special trick, the function only uses
|
of $c$. As a special trick, the code only uses
|
||||||
the array $d$ to calculate all values of the function.
|
the array $d$ to calculate all values of the function.
|
||||||
Finally, for each set $x$ in $C$, $f(x)=d[x]$.
|
Finally, for each set $x$ in $C$, $f(x)=d[x]$.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue