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

\begin{document}
\maketitle

\section*{Exercise 1: Manual Sorting}
Write your answer here.

\section*{Exercise 2: Short questions}
Write your answer here.

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

\section*{Exercise 4: Improving Insertion Sort}
Describe the improvement you implemented and summarize the result.

\end{document}
