address = {New York, NY, USA},
}
-@inproceedings { fw90trans,
+@inproceedings { fw:transdich,
author = "M. Fredman and D. E. Willard",
title = "{Trans-dichotomous algorithms for minimum spanning trees and shortest paths}",
booktitle = "{Proceedings of FOCS'90}",
year = "1995",
url = "citeseer.ist.psu.edu/king95simpler.html" }
+@article{ king:verifytwo,
+ title={{A Simpler Minimum Spanning Tree Verification Algorithm}},
+ author={King, Valerie},
+ journal={Algorithmica},
+ volume={18},
+ pages={263--270},
+ year={1997}
+}
+
@book { schrijver,
author = "Alexander Schrijver",
title = "{Combinatorial Optimization --- Polyhedra and Efficiency}",
year={2001},
publisher={McGraw-Hill}
}
+
+@inproceedings{ pettie:onlineverify,
+ author = "S. Pettie",
+ title = "An inverse-{A}ckermann style lower bound for the online minimum spanning
+ tree verification problem",
+ booktitle = "Proc. 43rd Annual Symp. on the Foundations of Computer Science, Vancouver, Canada",
+ year = "2002",
+ url = "citeseer.ist.psu.edu/article/pettie02inverseackermann.html"
+}
+
+@article{ dixon:verify,
+ author = "Brandon Dixon and Monika Rauch and Robert Endre Tarjan",
+ title = "Verification and Sensitivity Analysis of Minimum Spanning Trees in Linear Time",
+ journal = "SIAM J. Comput.",
+ volume = "21",
+ number = "6",
+ pages = "1184-1192",
+ year = "1992",
+ url = "citeseer.ist.psu.edu/dixon92verification.html"
+}
+
+inproceedings{ pettie:minirand,
+ author = {Seth Pettie and Vijaya Ramachandran},
+ title = {Minimizing randomness in minimum spanning tree, parallel connectivity, and set maxima algorithms},
+ booktitle = {SODA '02: Proceedings of the thirteenth annual ACM-SIAM symposium on Discrete algorithms},
+ year = {2002},
+ isbn = {0-89871-513-X},
+ pages = {713--722},
+ location = {San Francisco, California},
+ publisher = {Society for Industrial and Applied Mathematics},
+ address = {Philadelphia, PA, USA}
+}
+
+@article{ buchsbaum:verify,
+ title={{Linear-time pointer-machine algorithms for least common ancestors, MST verification, and dominators}},
+ author={Buchsbaum, A.L. and Kaplan, H. and Rogers, A. and Westbrook, J.R.},
+ journal={Proceedings of the thirtieth annual ACM symposium on Theory of computing},
+ pages={279--288},
+ year={1998},
+ publisher={ACM Press New York, NY, USA}
+}
+
+@article{ bacala:parametric,
+ title={{Linear-time algorithms for parametric minimum spanning tree problems on planar graphs}},
+ author={Fern{\'a}ndez-Baca, D. and Slutzki, G.},
+ journal={Theoretical Computer Science},
+ volume={181},
+ number={1},
+ pages={57--74},
+ year={1997},
+ publisher={Elsevier}
+}
+
+@inproceedings{ katriel:cycle,
+ author = "I. Katriel and P. Sanders and J. Tr{\"a}ff",
+ title = "A practical minimum spanning tree algorithm using the cycle property",
+ booktitle = "11th European Symposium on Algorithms(ESA)",
+ number = "2832",
+ series = "LNCS",
+ pages = "679--690",
+ publisher = "Springer",
+ year = "2003",
+ url = "citeseer.ist.psu.edu/katriel03practical.html"
+}