Coarse Grained Parallel Maximum Matching In Convex Bipartite Graphs

  • Authors:
  • P. Bose;Albert Chan;Frank K. H. A. Dehne;M. Latzel

  • Affiliations:
  • -;-;-;-

  • Venue:
  • IPPS '99/SPDP '99 Proceedings of the 13th International Symposium on Parallel Processing and the 10th Symposium on Parallel and Distributed Processing
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a coarse grained parallel algorithm for computing a maximum matching in a convex bipartite graph G = (A; B; E).For p processors with N=p memory per processor, N = jAj +jBj, N=p = p, the algorithm requires O(log p) communication rounds and O(Tsequ( n p ; m p ) + n p log p) local computation, where n = jAj, m = jBj and Tsequ(n; m) is the sequential time complexity for the problem. For the BSP model, this implies O(log p) supersteps with O(gN + g n p log p) communication cost and O(Tsequ( n p ; m p ) + n p log p) local computation.