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}