summaryrefslogtreecommitdiff
path: root/book.tex
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <git@mht.wtf>2021-12-31 11:51:37 +0100
committerMartin Hafskjold Thoresen <git@mht.wtf>2021-12-31 11:51:37 +0100
commite009658af16cdeaae955cdbf26b14706cc05f8ed (patch)
tree5044cc4288835a17ebf0295ff1cde7ab68777456 /book.tex
parent324fd29e7f5144d6692d00e56aad9ef8c13ad3db (diff)
downloadads-book-e009658af16cdeaae955cdbf26b14706cc05f8ed.tar.gz
ads-book-e009658af16cdeaae955cdbf26b14706cc05f8ed.zip
Add license information
Diffstat (limited to 'book.tex')
-rw-r--r--book.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/book.tex b/book.tex
index eb9e536..a78a7ed 100644
--- a/book.tex
+++ b/book.tex
@@ -15,7 +15,6 @@
\usepackage{hyperref}
\usepackage[backend=bibtex]{biblatex}
\bibliography{bibtex}
-
\usepackage{cleveref}
\usepackage{subcaption}
\captionsetup[subfigure]{subrefformat=simple,labelformat=simple}
@@ -34,6 +33,7 @@
\usepackage{lipsum}
+
\title{Advanced Data Structures}
\author{Martin Hafskjold Thoresen}
\date{Updated: July 23, 2017}
@@ -64,6 +64,10 @@ This book is a collection of course notes for the course \textit{Advanced Data S
The chapters are arranged in the same way as the lectures, and some chapters covers material from two lectures.
Most of the lectures were either loosely or firmly based off of Eric Demaines MIT course 6.851 of the same title\footnote{\url{http://courses.csail.mit.edu/6.851/spring21/}}.
+\vfill
+
+This work is licensed under a Creative Commons “Attribution-ShareAlike 4.0 International" license.
+
\tableofcontents
\chapter{Hashing}