2023-01-12 08:31:10 -08:00
|
|
|
% use [nosolutions] flag to hide solutions.
|
|
|
|
% use [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
|
|
|
solutions
|
2023-01-12 10:30:53 -08:00
|
|
|
]{../../resources/ormc_handout}
|
2023-01-12 08:31:10 -08:00
|
|
|
|
|
|
|
\usepackage{tikz}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
<Advanced 2>
|
|
|
|
<Fall 2022>
|
|
|
|
{Error-Correcting Codes}
|
|
|
|
{
|
|
|
|
Based on a handout by Yingkun Li \\
|
|
|
|
Revised by Mark on \today
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
\input{parts/00 detection}
|
|
|
|
\input{parts/01 correction}
|
|
|
|
\input{parts/02 distance}
|
|
|
|
\input{parts/03 bonus}
|
|
|
|
|
|
|
|
\end{document}
|