Dynamic connectivity for axis-parallel rectangles

  • Authors:
  • Peyman Afshani;Timothy M. Chan

  • Affiliations:
  • School of Computer Science, University of Waterloo, Waterloo, Ontario, Canada;School of Computer Science, University of Waterloo, Waterloo, Ontario, Canada

  • Venue:
  • ESA'06 Proceedings of the 14th conference on Annual European Symposium - Volume 14
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we give a fully dynamic data structure to maintain the connectivity of the intersection graph of n axis-parallel rectangles. The amortized update time (insertion and deletion of rectangles) is O (n10/11polylog n) and the query time (deciding whether two given rectangles are connected) is O(1). It slightly improves the update time (O (n0.94)) of the previous method while drastically reducing the query time (near O(n1/3)). Our method does not use fast matrix multiplication results and supports a wider range of queries.