From 77d569fa189b880b6166d5450a1b424036573c32 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 14 May 2022 23:07:28 +0200 Subject: [PATCH] fixup Signed-off-by: Matej Focko --- fi-pdflatex.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fi-pdflatex.tex b/fi-pdflatex.tex index 3270710..98a0523 100644 --- a/fi-pdflatex.tex +++ b/fi-pdflatex.tex @@ -584,7 +584,7 @@ Bottom-up rebalancing after the insertion into WAVL tree is identical to AVL tre } \BlankLine } -\caption{Algorithm containing bottom-up rebalancing after insertion}\label{algorithm:wavl:bottomUpInsertRebalance} +\caption{Algorithm containing bottom-up rebalancing after insertion}\label{algorithm:wavl:insertRebalance} \end{algorithm} \begin{algorithm} @@ -630,7 +630,7 @@ Bottom-up rebalancing after the insertion into WAVL tree is identical to AVL tre $\wavlBottomUpDelete(T, z, parent)$\; } } -\caption{Initial phase of algorithm for the rebalance after deletion from the WAVL tree}\label{algorithm:wavl:bottomUpDeleteRebalance} +\caption{Initial phase of algorithm for the rebalance after deletion from the WAVL tree}\label{algorithm:wavl:deleteRebalance} \end{algorithm} \begin{algorithm}