\documentclass[11pt,a4paper]{article}
\usepackage[margin=2.5cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{hyperref}

\title{Data Structures and Algorithms\\Assignment 8 -- Answer Sheet}
\author{First name Last name\\Matriculation number:}
\date{}

\begin{document}
\maketitle

\section*{Exercise 1: Red-black BST}
\subsection*{1)}
Write your answer here.

\subsection*{2)}
Write your answer here.

\subsection*{3)}
\begin{center}
\begin{tabular}{|l|c|c|c|}
\hline
Operation & E & N & G \\
\hline
\texttt{rotateLeft()} & & & \\
\hline
\texttt{rotateRight()} & & & \\
\hline
\texttt{flipColors()} & & & \\
\hline
\end{tabular}
\end{center}

\section*{Exercise 2: Red-black BST Deleting}
Describe your implementation and summarize the result.

\end{document}
