R. Uehara et Zz. Chen, PARALLEL ALGORITHMS FOR MAXIMAL LINEAR FORESTS, IEICE transactions on fundamentals of electronics, communications and computer science, E80A(4), 1997, pp. 627-634
Citations number
20
Categorie Soggetti
Engineering, Eletrical & Electronic","Computer Science Hardware & Architecture","Computer Science Information Systems
The maximal linear forest problem is to find, given a graph G = (V, E)
, a maximal subset of V that induces a linear forest. Three parallel a
lgorithms for this problem are presented. The first one is randomized
and runs in O(log n) expected time using n(2) processors on a CRCW PRA
M. The second one is deterministic and runs in O(log(2) n) time using
n(4) processors on an EREW PRAM. The last one is deterministic and run
s in O(log(5) n) time using n(3) processors on an EREW PRAM. The resul
ts put the problem in the class NC.