- reference to mixed Boruvka-Jarnik
- use the notation for contraction by a set
- practical considerations: katriel:cycle, moret:practice (mention pairing heaps)
-- parallel algorithms: p243-cole (see also remarks in Karger and pettie:minirand)
+- parallel algorithms: p243-cole (see also remarks in Karger and pettie:minirand), pettie:parallel
- bounded expansion classes?
- restricted cases and arborescences
- Pettie's paper on random bits (pettie:minirand)
type = "Tech Report"
}
-@inproceedings { pettie:optimal,
+@article{ pettie:optimal,
+ author = {Seth Pettie and Vijaya Ramachandran},
+ title= {An optimal minimum spanning tree algorithm},
+ journal = {Journal of the {ACM}},
+ volume = {49},
+ number = {1},
+ year = {2002},
+ pages = {16--34},
+}
+
+@inproceedings { pettie:optimal-conf,
author = "Seth Pettie and Vijaya Ramachandran",
title = "{An Optimal Minimum Spanning Tree Algorithm}",
booktitle = "{Proceedings of ICALP'2000}",
publisher={McGraw-Hill}
}
-@inproceedings{ pettie:onlineverify,
+@article{ pettie:onlineverify,
+ author = {Seth Pettie},
+ title = {An Inverse-{A}ckermann Type Lower Bound for Online
+ Minimum Spanning Tree Verification},
+ journal = {Combinatorica},
+ volume = {26},
+ number = {2},
+ pages = {207--230},
+ year = {2006},
+}
+
+@inproceedings{ pettie:onlineverify-conf,
author = "S. Pettie",
title = "An inverse-{A}ckermann style lower bound for the online minimum spanning
tree verification problem",
year={1952},
publisher={JSTOR}
}
+
+@article{ pettie:parallel,
+ author = {Seth Pettie and Vijaya Ramachandran},
+ title = {A randomized time-work optimal parallel algorithm for
+ finding a minimum spanning forest},
+ journal = {SIAM J. Comput.},
+ volume = {31},
+ number = {6},
+ year = {2002},
+ pages = {1879--1895},
+}