31 lines
617 B
TeX
Raw Normal View History

2024-04-12 13:11:24 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions,
2024-04-24 15:33:33 -07:00
singlenumbering
2024-04-12 13:11:24 -07:00
]{../../resources/ormc_handout}
\usepackage{../../resources/macros}
\input{tikzset.tex}
2024-04-23 11:46:39 -07:00
\usepackage{units}
2024-04-25 14:59:29 -07:00
\usepackage{pdfpages}
2024-04-12 13:11:24 -07:00
\uptitlel{Advanced 2}
\uptitler{\smallurl{}}
\title{Compression}
\subtitle{Prepared by Mark on \today{}}
2024-04-25 14:59:29 -07:00
% TODO: add a section on info theory,
% shannon entropy. etc.
2024-04-12 13:11:24 -07:00
\begin{document}
\maketitle
\input{parts/0 intro.tex}
\input{parts/1 runlength.tex}
\input{parts/2 lzss.tex}
\input{parts/3 huffman.tex}
2024-04-25 14:59:29 -07:00
\input{parts/4 bonus.tex}
2024-04-12 13:11:24 -07:00
\end{document}