]> mj.ucw.cz Git - saga.git/commitdiff
Updated bibliography.
authorMartin Mares <mj@ucw.cz>
Wed, 19 Mar 2008 20:20:02 +0000 (21:20 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 19 Mar 2008 20:20:02 +0000 (21:20 +0100)
PLAN
biblio.bib

diff --git a/PLAN b/PLAN
index 20a4c0db1793815fc5ec0ad631760b251bb85846..42c81f27f432a951e15c53ac125b84b1dcf27c8d 100644 (file)
--- a/PLAN
+++ b/PLAN
@@ -55,7 +55,7 @@ Spanning trees:
 - 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)
index 01aca865a65804cccbf076118ffc0920879d85eb..4fb17c083e3e9c4f55a23d43e781fb3805baab25 100644 (file)
     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",
@@ -1109,3 +1130,14 @@ inproceedings{ pettie:minirand,
   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},
+}