m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/mgr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'mgr.tex')
-rw-r--r--mgr.tex11
1 files changed, 8 insertions, 3 deletions
diff --git a/mgr.tex b/mgr.tex
index 808555f..fd0643f 100644
--- a/mgr.tex
+++ b/mgr.tex
@@ -3,6 +3,9 @@
\documentclass[en]{pracamgr}
\usepackage{definitions}
+\usepackage[backend=biber]{biblatex}
+\addbibresource{mgr.bib}
+
% Dane magistranta:
\autor{Marcin Chrzanowski}{370754}
@@ -50,7 +53,7 @@
between nodes $x$ and $y$ belong to the regular language $L$'' (for a
previously fixed regular language $L$) in the same time complexities. Our
approach is much simpler in presentation than a previously known solution
- due to Colcombet.
+ due to \textcite{colcombet}.
\end{abstract}
\tableofcontents
@@ -267,8 +270,8 @@ We can now reduce the problem to the following:
We will build an index structure, constructible in linear time, that allows us
to handle such queries in constant time. The structure is heavily inspired by
-Bender and Farach-Colton's presentation of an algorithm originally described by
-Berkman and Vishkin for computing LCA queries.
+\textcite{bender2000}, where a simple algorithm for computing LCA queries is
+presented.
First, let's define an auxillary problem we will use, that of Range Minimum
Queries (RMQ):
@@ -326,6 +329,8 @@ h
\chapter{Conclusions}
+\printbibliography
+
\end{document}
%%% Local Variables: