\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 2 -- Answer Sheet}
\author{First name Last name\\Matriculation number:}
\date{}

\begin{document}
\maketitle

\section*{Exercise 1: LIFO and FIFO}
Write your answer here.

\section*{Exercise 2: Empty stacks}
Write your answer here.

\section*{Exercise 3: Fun with stacks}
Write your answer here.

\section*{Exercise 4: Understanding stacks and queues}
Write your answer here.

\section*{Exercise 5: Resizable stack with new features}
Summarize your implementation and, if requested, reference the submitted source files.

\section*{Exercise 6: Deque}
Summarize your implementation and, if requested, reference the submitted source files.

\end{document}
