]> mj.ucw.cz Git - saga.git/commitdiff
More bibliography.
authorMartin Mares <mj@ucw.cz>
Mon, 28 Jan 2008 11:47:00 +0000 (12:47 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 28 Jan 2008 11:47:00 +0000 (12:47 +0100)
biblio.bib
mst.tex

index 3d8c3e4825930c9f03b8d1c61348be123bc4bed1..368963e4d46240442fe28abec41f7163d0c6115c 100644 (file)
@@ -28,7 +28,7 @@
  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"
+}
diff --git a/mst.tex b/mst.tex
index 9c21ffa41eec80048ed95afa95ee37847c3f8c2d..eff6a01bb085b8e8fa55dd7c35ea0aa391399011 100644 (file)
--- a/mst.tex
+++ b/mst.tex
@@ -1089,7 +1089,11 @@ If $m/n \ge \log^{(k)} n$, then $\beta(m,n)\le k$.
 
 \FIXME{Reference to Q-Heaps.}
 
+%--------------------------------------------------------------------------------
+
+\section{Verification of minimality}
 
+\FIXME{\cite{pettie:onlineverify} online lower bound}
 
 % use \para
 % G has to be connected, so m=O(n)
@@ -1101,5 +1105,6 @@ If $m/n \ge \log^{(k)} n$, then $\beta(m,n)\le k$.
 % use \delta(X) notation
 % mention disconnected graphs
 % unify use of n(G) vs. n
+% Euclidean MST
 
 \endpart