which is $\O(m)$ by Theorem \ref{verify}.
\qed
-\rem\id{pmverify}%
+\paran{Verification on the Pointer Machine}\id{pmverify}%
Buchsbaum et al.~\cite{buchsbaum:verify} have recently shown that linear-time
verification can be achieved even on the Pointer Machine. They first solve the
problem of finding the lowest common ancestors for a~set of pairs of vertices
computations developed in Section \ref{bucketsort}. Then they use a~similar
technique for finding the peaks themselves.
-\rem
+\paran{Online verification}%
The online version of this problem has turned out to be more difficult. It calls for an~algorithm
that preprocesses the tree and then answers queries for peaks of paths presented online. Pettie
\cite{pettie:onlineverify} has proven an~interesting lower bound based on the inverses of the
\rem
The only place where we needed the power of the RAM is finding the heavy edges,
-so we can employ the pointer-machine verification algorithm mentioned in Remark \ref{pmverify}
+so we can employ the pointer-machine verification algorithm mentioned in \ref{pmverify}
to bring the results of this section to the~PM.
%--------------------------------------------------------------------------------
year={1992},
publisher={Oxford University Press}
}
+
+@article{ katoh:kmin,
+ author = {N. Katoh and T. Ibaraki and H. Mine},
+ title = {An Algorithm for Finding $K$ Minimum Spanning Trees},
+ publisher = {SIAM},
+ year = {1981},
+ journal = {SIAM Journal on Computing},
+ volume = {10},
+ number = {2},
+ pages = {247--255},
+}