28 lines
515 B
TeX
Executable File
28 lines
515 B
TeX
Executable File
% https://git.betalupi.com/Mark/latex-packages
|
|
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
% Last built with version 1.1.0
|
|
\documentclass[
|
|
solutions
|
|
]{ormc_handout}
|
|
|
|
\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} |