Skip to content

Commit

Permalink
[su22] worksheet 12 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorbetto committed Aug 21, 2022
1 parent 2084b5c commit 44a07e7
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# You should only have to modify RELEASED and SOLUTIONS.
# Also change SRC once per semester.


RELEASED = mentor11
SOLUTIONS = mentor11
RELEASED = mentor12
SOLUTIONS = mentor12

DST = published
SRC = src/su22
Expand Down
72 changes: 72 additions & 0 deletions src/su22/mentor12.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@


\documentclass{exam}
\usepackage{../../commonheader}

%%% CHANGE THESE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\discnumber{12}
\title{\textsc{Final Review}}
\date{August 8 - 10, 2022}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}
\maketitle\rule{\textwidth}{0.15em}
\fontsize{12}{15}\selectfont

\begin{guide}
There is little time to cover every topic, so spend time based on what students want to review.
\end{guide}

%%% INCLUDE TOPICS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Environment Diagrams}
\begin{questions}
\subimport{../../topics/lists/mutable/medium/env-diagram/}{nice-ice-cream.tex}
\subimport{../../topics/environments/medium/}{fruit_loops.tex}
\end{questions}
\newpage

\section{OOP}
\begin{questions}
\subimport{../../topics/oop/easy/}{dll.tex}
\end{questions}
\newpage

\section{Complexity}
\begin{questions}
\subimport{../../topics/growth/medium/}{fast-exponentiation.tex}
\end{questions}

\section{Trees}
\begin{questions}
\subimport{../../topics/interview/}{rot.tex}
\end{questions}

\section{Scheme Lists}
\begin{questions}
\subimport{../../topics/scheme/medium/}{reverse-map.tex}
\subimport{../../topics/scheme/medium/}{backwards-sum.tex}
\end{questions}

\section{Tail Recursion}
\begin{questions}
\subimport{../../topics/tail-recursion/medium/}{slice.tex}
\end{questions}

\section{Regex}
Here's a Regex reference sheet courtesy of Data100 Course Staff. \href{https://drive.google.com/file/d/1lhIy1fIJZKXeIZYGv4ltkFMwq0OxdKNn/view?usp=sharing}{Check it out here!}

\section{SQL - Mentors}
\subimport{../../topics/sql/mentors/}{table.tex}
\begin{questions}
\subimport{../../topics/sql/mentors/easy/}{alphabetical.tex}
\subimport{../../topics/sql/mentors/easy/}{food-and-color-if-language-not-python.tex}
\end{questions}

\section{Past Exams}
The best way to prepare for exams is with exam-level questions (past exams).
\begin{itemize}
\item \href{https://cs61a.org/exam/sp22/final/61a-sp22-final.pdf}{Sp22 Final}
\item \href{https://cs61a.org/exam/fa21/final/61a-fa21-final.pdf}{Fa21 Final}
\end{itemize}

\end{document}

0 comments on commit 44a07e7

Please sign in to comment.