Minor fixes
This commit is contained in:
parent
9fb0b4e7d3
commit
2559bf4bf7
3 changed files with 5 additions and 5 deletions
|
@ -559,7 +559,7 @@
|
|||
\end{column}
|
||||
\begin{column}{0.33\textwidth}
|
||||
\textbf{Sudoku Puzzles}\\
|
||||
\small Can you fill this 9×9 grid following the rules?
|
||||
\small Can you fill this 9 \times 9 grid following the rules?
|
||||
\end{column}
|
||||
\end{columns}
|
||||
\vspace{0.5cm}
|
||||
|
@ -629,8 +629,8 @@
|
|||
\begin{itemize}[<+->]
|
||||
\item \textbf{Games proven NP-hard\footnote{\url{https://appliedcryptography.page/papers/\#nintendo-hard}}}:
|
||||
\begin{itemize}
|
||||
\item Super Mario Bros. 1–3, The Lost Levels, Super Mario World
|
||||
\item Donkey Kong Country 1–3
|
||||
\item Super Mario Bros. 1-3, The Lost Levels, Super Mario World
|
||||
\item Donkey Kong Country 1-3
|
||||
\item All classic Legend of Zelda games
|
||||
\item All classic Metroid games
|
||||
\item All classic Pokémon role-playing games
|
||||
|
|
|
@ -787,7 +787,7 @@
|
|||
\draw[red, ultra thick] (2*1.2-0.1,1.9) rectangle (3*1.2+1.1,3.1);
|
||||
\node[red, below] at (5,1.75) {Repeated ``ll'' pattern};
|
||||
\draw[->, thick, blue] (2.5,1) -- (2.5,1.8);
|
||||
\node[blue, below] at (2.5,1) {ABSAB: $(l,l,*,l,l)$ occurs 1024× more!};
|
||||
\node[blue, below] at (2.5,1) {ABSAB: $(l,l,*,l,l)$ occurs 1024\times more!};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
\item \textbf{Step 3:} After $2^{26}$ samples, frequency analysis reveals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue