31 lines
617 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}
\input{tikzset.tex}
\usepackage{units}
\usepackage{pdfpages}
\uptitlel{Advanced 2}
\uptitler{\smallurl{}}
\title{Compression}
\subtitle{Prepared by Mark on \today{}}
% TODO: add a section on info theory,
% shannon entropy. etc.
\begin{document}
\maketitle
\input{parts/0 intro.tex}
\input{parts/1 runlength.tex}
\input{parts/2 lzss.tex}
\input{parts/3 huffman.tex}
\input{parts/4 bonus.tex}
\end{document}