···2727wk8/week8.pdf
2828wk9/week9.pdf
2929wk10/week10.pdf
3030+wk11/week11.pdf
3031mini_proj/report/waldo.pdf
31323233## Waldo data for the mini_proj
+30
wk11/week11.tex
···11+\documentclass[a4paper]{article}
22+% To compile PDF run: latexmk -pdf {filename}.tex
33+44+\usepackage{graphicx} % Used to insert images into the paper
55+\graphicspath{ {} }
66+\usepackage{float}
77+\usepackage[justification=centering]{caption} % Used for captions
88+\captionsetup[figure]{font=small} % Makes captions small
99+\newcommand\tab[1][0.5cm]{\hspace*{#1}} % Defines a new command to use 'tab' in text
1010+% Math package
1111+\usepackage{amsmath}
1212+%enable \cref{...} and \Cref{...} instead of \ref: Type of reference included in the link
1313+\usepackage[capitalise,nameinlink]{cleveref}
1414+% Enable that parameters of \cref{}, \ref{}, \cite{}, ... are linked so that a reader can click on the number an jump to the target in the document
1515+\usepackage{hyperref}
1616+% UTF-8 encoding
1717+\usepackage[T1]{fontenc}
1818+\usepackage[utf8]{inputenc} %support umlauts in the input
1919+% Easier compilation
2020+\usepackage{bookmark}
2121+\usepackage{natbib}
2222+% \usepackage{graphicx}
2323+2424+\begin{document}
2525+ \title{Week 10 - Comparing Algorithms}
2626+ \author{Kelvin Davis \and Jip J. Dekker\and Anthony Silvestere}
2727+ \maketitle
2828+129\section{Simulating Time}\label{simulating-time}
230331In this section we use Cellular Automata to show how different updating
···9111992120This breakout first happens at 12, and so we deem this to be the
93121critical density of the system.
122122+\\
123123+\end{document}