35 lines
758 B
TeX
Executable File
35 lines
758 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
singlenumbering
|
|
]{../../resources/ormc_handout}
|
|
\usepackage{../../resources/macros}
|
|
|
|
|
|
\usepackage{hyperref}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{patterns}
|
|
|
|
\uptitlel{Advanced 2}
|
|
\uptitler{Fall 2022}
|
|
\title{Error-Correcting Codes}
|
|
\subtitle{Prepared by \githref{Mark} on \today}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{parts/00 detection}
|
|
\input{parts/01 correction}
|
|
\input{parts/02 hamming}
|
|
|
|
|
|
\section{Bonus}
|
|
|
|
\problem{}
|
|
A stressed-out student consumes at least one espresso every day of a particular year, drinking $500$ overall. Show the student drinks exactly $100$ espressos on some consecutive sequence of days.
|
|
|
|
\vfill
|
|
|
|
\end{document} |