Skip to content

Commit

Permalink
Added skeleton for problem set 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Apr 24, 2012
1 parent 06d10f0 commit b25abc1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ps7.tex
@@ -0,0 +1,33 @@
\documentclass[draft]{article}
%\usepackage{fullpage}
%\usepackage{amsmath}
%\usepackage{amssymb}

% new commands
\newcommand{\collaborators}[1]{\emph{Collaborators: #1}}
%\newcommand{\cid}{\overset{c}{\simeq}}
%\newcommand{\ncid}{\overset{c}{\not\simeq}}
%% \newcommand{\class}[1]{{\ensuremath{\mathsf{#1}}}}
%\newcommand{\getr}{\overset{R}{\gets}}
%\newcommand{\getrn}{\getr\{0, 1\}^n}
%\newcommand{\getrsingle}{\getr\{0, 1\}}
%% \newcommand{\getrell}{\getr\{0, 1\}^{\ell(n)}}
%\newcommand{\getrpoly}{\getrsingle^{poly(n)}}
%% \newcommand{\NP}{\class{NP}}
%\newcommand{\mim}{\mathsf{mim}}
%\newcommand{\msim}{\mathsf{sim}}

% author, date, and title
\author{Jef{}frey~Finkelstein}
\date{1 May 2012}
\title{CS548 problem set 7}

\begin{document}
\maketitle
\collaborators{}
\begin{enumerate}
\item I don't know.
\item I don't know.
\item I don't know.
\end{enumerate}
\end{document}

0 comments on commit b25abc1

Please sign in to comment.