RECURSIVE STAR-TREE PARALLEL DATA STRUCTURE
RECURSIVE STAR-TREE PARALLEL DATA STRUCTURE
复制标题
DOI:
10.1137/0222017
复制
发表时间:
1993-04-01
影响因子:
1.6
通讯作者:
VISHKIN, U
中科院分区:
文献类型:
--
作者:
BERKMAN, O;VISHKIN, U
This paper introduces a novel parallel data structure called the recursive star-tree (denoted ''*-tree''). For its definition a generalization of the * functional is used (where for a function f * f (n) = min{i\f(i)(n) less-than-or-equal-to 1} and f(i) is the ith iterate of f). Recursive *-trees are derived by using recursion in the spirit of the inverse Ackermann function.The recursive *-tree data structure leads to a new design paradigm for parallel algorithms. This paradigm allows for extremely fast parallel computations, specifically, O(alpha(n)) time (where alpha(n) is the inverse of the Ackermann function), using an optimal number of processors on the (weakest) concurrent-read, concurrent-write parallel random-access machine (CRCW PRAM).These computations need only constant time, and use an optimal number of processors if the following nonstandard assumption about the model of parallel computation is added to the CRCW PRAM: an extremely small number of processors each can write simultaneously into different bits of the same word.Applications include finding lowest common ancestors in trees by a new algorithm that is considerably simpler than the known algorithms for the problem, restricted domain merging, parentheses matching, and a new parallel reducibility.