Parallel Algorithms for Maximal Linear Forests

R Uehara,ZZ Chen
1997-01-01
Abstract: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 algorithms 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 PRAM. 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 runs in O(log(5) n) time using n(3) processors on an EREW PRAM. The results put the problem in the class NC.
What problem does this paper attempt to address?