Technical Reports


Display by Author:
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Search by for:

TR-171-88
Transitive Reduction in Parallel Via Branchings
Authors: Gibbons, Phillip, Karp, Richard, Ramachandran, Vijaya, Soroker, Danny, Tarjan, Robert E.
Date:July 1988
Pages:16
Download Formats:
Abstract:
We study the following problem: given a strongly connected digraph, find a minimal strongly connected spanning subgraph of it. Our main result is a parallel algorithm for this problem, which runs in polylog parallel time and uses O(n3) processors on a PRAM. Our algorithm is simple and the major tool it uses is computing a minimum-weigh branching with zero-one weights. We also present sequential algorithms for the problem that run in time (m+ n * log n).