]> mj.ucw.cz Git - saga.git/commitdiff
Minor.
authorMartin Mares <mj@ucw.cz>
Sat, 19 Apr 2008 12:30:43 +0000 (14:30 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 19 Apr 2008 12:30:43 +0000 (14:30 +0200)
adv.tex

diff --git a/adv.tex b/adv.tex
index 3b1e7edcc23c31b37cc28bd78372675295b10f00..fe9ad19ea16d6ed9b24af22ef52387cc6d454a42 100644 (file)
--- a/adv.tex
+++ b/adv.tex
@@ -312,7 +312,7 @@ and deletions on the heap.
 To analyze the time complexity of this algorithm, we will use the standard
 theorem on~complexity of the Fibonacci heap:
 
-\thmn{Fibonacci heaps} The~Fibonacci heap performs the following operations
+\thmn{Fibonacci heaps, Fredman and Tarjan \cite{ft:fibonacci}} The~Fibonacci heap performs the following operations
 with the indicated amortized time complexities:
 \itemize\ibull
 \:\<Insert> (insertion of a~new element) in $\O(1)$,
@@ -491,8 +491,8 @@ $$
 $$
 As soon as~$t_i\ge n$, the $i$-th phase must be final, because at that time
 there is enough space in the heap to process the whole graph. So~there are
-at most~$\beta(m,n)$ phases and we already know (Lemma~\ref{ijphase}) that each
-phase runs in linear time.
+at most~$\beta(m,n)$ phases and we already know that each phase runs in linear
+time (Lemma~\ref{ijphase}).
 \qed
 
 \cor