This commit is contained in:
Mark 2024-02-16 08:33:54 -08:00
parent e8eb1a783e
commit ec3cf3b27f
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -179,5 +179,8 @@ $\gcd(ac + b, a) = \gcd(a, b)$ \par
\vfill
[Note on \ref{eua_runtime}] This proof can be used to show that the Euclidean algorithm finishes in logarithmic time, and it is the first practical application of the Fibonacci numbers. If you have finished all challenge problems, finish the proof: show that the Euclidean runs in $O(\log{n})$
[Note on \ref{eua_runtime}] This proof can be used to show that the Euclidean
algorithm finishes in logarithmic time, and it is the first practical application
of the Fibonacci numbers. If you have finished all challenge problems,
finish the proof: show that the Euclidean algorithm runs in $O(\log{n})$
\pagebreak