From c0fb72c54049d4280fecc0b0718b8dfb244e483a Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 18 Jul 2024 13:43:25 -0700 Subject: [PATCH] Typo --- Advanced/De Bruijn/parts/0 intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced/De Bruijn/parts/0 intro.tex b/Advanced/De Bruijn/parts/0 intro.tex index 6c891e5..10ed2c7 100644 --- a/Advanced/De Bruijn/parts/0 intro.tex +++ b/Advanced/De Bruijn/parts/0 intro.tex @@ -9,7 +9,7 @@ once the sequence \texttt{010} is entered. \vspace{2mm} Naturally, there are $2^2 = 4$ possible combinations that open this lock. \par -If don't know the lock's combination, we could try to guess it by trying all four combinations. \par +If we don't know the lock's combination, we could try to guess it by trying all four combinations. \par This would require eight key presses: \texttt{0001101100}. \problem{}