fixup
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
2b03968aed
commit
77d569fa18
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Reference in a new issue