Recognizing sparse perfect elimination Bipartite graphs

  • Authors:
  • Matthijs Bomhoff

  • Affiliations:
  • Faculty of Electrical Engineering, Mathematics and Computer Science, University of Twente, Enschede, The Netherlands

  • Venue:
  • CSR'11 Proceedings of the 6th international conference on Computer science: theory and applications
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

When applying Gaussian elimination to a sparse matrix, it is desirable to avoid turning zeros into nonzeros to preserve sparsity. Perfect elimination bipartite graphs are closely related to square matrices that Gaussian elimination can be applied to without turning any zero into a nonzero. Existing literature on the recognition of these graphs mainly focuses on time complexity. For n × n matrices with m nonzero elements, the best known algorithm runs in time O(n3/ log n). However, the space complexity also deserves attention: it may not be worthwhile to look for suitable pivots for a sparse matrix if this requires Ω(n2) space. We present two new recognition algorithms for sparse instances: one with a O(nm) time complexity in Θ(n2) space and one with a O(m2) time complexity in Θ(m) space. Furthermore, if we allow only pivots on the diagonal, our second algorithm is easily adapted to run in time O(nm).