@inproceedings{ab61a37d344e4eccaa1fa9c88b9645c1,
title = "PARALLEL ALGORITHM FOR DOMINATORS.",
abstract = "A fast parallel algorithm is presented for computing the dominators of a directed acyclic graph. The model of computation used is a parallel random access machine which allows simultaneous reads but prohibits simultaneous writes into the same memory location. Let P//t (n) be the processor complexity of computing the transitive closure of an n-vertex directed acyclic graph on this model. The algorithm for computing the dominators requires O(log**2 n) time using O(P//t (n)) processors. The only known parallel algorithm for this problem requires O(nP//t (n)) processors. The authors' algorithm therefore improves on the processor complexity of this algorithm by a factor of n, but has the same time complexity.",
author = "Shaunak Pawagi and Gopalakrishnan, \{P. S.\} and Ramakrishnan, \{I. V.\}",
year = "1986",
language = "English",
isbn = "0818607246",
series = "Proceedings of the International Conference on Parallel Processing",
publisher = "IEEE",
pages = "877--879",
editor = "Kai Hwang and Jacobs, \{Steven M.\} and Swartzlander, \{Earl E.\}",
booktitle = "Proceedings of the International Conference on Parallel Processing",
}