35 lines
728 B
TeX
Raw Normal View History

2023-01-12 08:31:10 -08:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
2023-05-25 21:44:07 -07:00
solutions,
singlenumbering
2023-01-12 10:30:53 -08:00
]{../../resources/ormc_handout}
2023-01-12 08:31:10 -08:00
\usepackage{tikz}
2023-06-19 15:42:33 -07:00
\usetikzlibrary{patterns}
2023-01-12 08:31:10 -08:00
2023-05-25 21:44:07 -07:00
\uptitlel{Advanced 2}
\uptitler{Fall 2022}
\title{Error-Correcting Codes}
\subtitle{
Based on a handout by Yingkun Li \\
Revised by Mark on \today
}
2023-01-12 08:31:10 -08:00
\begin{document}
\maketitle
\input{parts/00 detection}
\input{parts/01 correction}
2023-06-19 15:42:33 -07:00
\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
2023-01-12 08:31:10 -08:00
\end{document}