22 lines
389 B
TeX
Raw Normal View History

2023-05-06 10:19:14 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
2023-05-14 09:42:14 -07:00
solutions
2023-05-06 10:19:14 -07:00
]{../../resources/ormc_handout}
2023-05-14 09:42:14 -07:00
\input{tikxset.tex}
2023-05-06 10:19:14 -07:00
2023-05-25 21:44:07 -07:00
\uptitlel{Advanced 2}
\uptitler{Winter 2022}
\title{Finite Automata}
\subtitle{Prepared by Mark and Nikita on \today{}}
2023-05-06 10:19:14 -07:00
\begin{document}
\maketitle
2023-05-25 21:44:07 -07:00
\input{parts/0 DFA.tex}
\input{parts/1 regular.tex}
2023-05-06 10:19:14 -07:00
\end{document}