Transition to new format
This commit is contained in:
@ -1,19 +1,20 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
nowarning,
|
||||
hidewarning,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage[linguistics]{forest}
|
||||
|
||||
|
||||
|
||||
\title{Warm-Up: What's an AST?}
|
||||
\subtitle{Prepared by Mark on \today. \\ Based on a true story.}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
{Warm-Up: What's an AST?}
|
||||
{Prepared by Mark on \today. \\ Based on a true story.}
|
||||
|
||||
\vspace{2mm}
|
||||
|
||||
Say you have a valid string of simple arithmetic that contains no unary operators (like $3!$ or $-4$) and no parenthesis:
|
||||
$$
|
||||
|
@ -1,6 +1,6 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
nowarning,
|
||||
hidewarning,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
@ -20,13 +20,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
\title{The Electrician's Warm-Up}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
{The Electrician's Warm-Up}
|
||||
{Prepared by Mark on \today}
|
||||
|
||||
\vspace{2mm}
|
||||
|
||||
Ivan the electician is working in an apartment. He has a box of switches, which come in three types:
|
||||
\begin{center}
|
||||
|
@ -1,17 +1,20 @@
|
||||
\documentclass[
|
||||
nosolutions,
|
||||
warning,
|
||||
solutions,
|
||||
hidewarning,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage[linguistics]{forest}
|
||||
|
||||
|
||||
\title{Warm-Up: A Familiar Concept}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
{Warm-Up: A Familiar Concept}
|
||||
{Prepared by Mark on \today.}
|
||||
|
||||
|
||||
\problem{}<one>
|
||||
|
@ -1,19 +1,21 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
nowarning,
|
||||
hidewarning,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage{tikz}
|
||||
|
||||
|
||||
\title{The Sysadmin's Warm-Up}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
{The Sysadmin's Warm-Up}
|
||||
{Prepared by Mark on \today}
|
||||
|
||||
\vspace{2mm}
|
||||
|
||||
Most of you have seen a hard drive. Many have touched one, and a lucky few have poked around inside one. These devices have two interesting properties:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
\documentclass[
|
||||
solutions,
|
||||
nowarning
|
||||
hidewarning,
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
|
||||
@ -11,13 +11,14 @@
|
||||
\sethlcolor{Light}
|
||||
\newcommand{\htexttt}[1]{\texttt{\hl{#1}}}
|
||||
|
||||
|
||||
\title{The Regex Warm-Up}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
{The Regex Warm-Up}
|
||||
{Prepared by Mark on \today}
|
||||
|
||||
\vspace{2mm}
|
||||
|
||||
Last time, we discussed Deterministic Finite Automata. One interesting application of these mathematical objects is found in computer science: Regular Expressions. \\
|
||||
(abbreviated \say{regex}, which is pronounced like \say{gif})
|
||||
|
@ -1,19 +1,18 @@
|
||||
\documentclass[
|
||||
nosolutions,
|
||||
warning,
|
||||
solutions,
|
||||
singlenumbering,
|
||||
nopagenumber
|
||||
]{../../resources/ormc_handout}
|
||||
|
||||
\usepackage[linguistics]{forest}
|
||||
|
||||
|
||||
\title{Warm-Up: Exact answers}
|
||||
\subtitle{Prepared by Mark on \today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
{Warm-Up: Exact answers}
|
||||
{Prepared by Mark on \today.}
|
||||
|
||||
\vspace{2mm}
|
||||
|
||||
Compute the exact value of $\sin(x^\circ)$ for as many integers $x \in [0, 90]$ as you can.
|
||||
|
||||
|
Reference in New Issue
Block a user