Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-05-14 23:07:28 +02:00
parent 2b03968aed
commit 77d569fa18
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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}