Advanced handouts
Add missing file Co-authored-by: Mark <mark@betalupi.com> Co-committed-by: Mark <mark@betalupi.com>
This commit is contained in:
28
src/Advanced/Graph Algorithms/main.tex
Executable file
28
src/Advanced/Graph Algorithms/main.tex
Executable file
@ -0,0 +1,28 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions
|
||||
]{../../../lib/tex/ormc_handout}
|
||||
\usepackage{../../../lib/tex/macros}
|
||||
|
||||
\input{tikxset}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{\smallurl{}}
|
||||
\title{Algorithms on Graphs: Flow}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{parts/00 review}
|
||||
\input{parts/01 flow}
|
||||
\input{parts/02 residual}
|
||||
\input{parts/03 fulkerson}
|
||||
\input{parts/04 applications}
|
||||
\input{parts/05 reductions}
|
||||
\input{parts/06 bonus}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user