English

Dynamic Top-$k$ Dominating Queries

Computational Geometry 2013-05-14 v1 Data Structures and Algorithms

Abstract

Let S\mathcal{S} be a dataset of nn 2-dimensional points. The top-kk dominating query aims to report the kk points that dominate the most points in S\mathcal{S}. A point pp dominates a point qq iff all coordinates of pp are smaller than or equal to those of qq and at least one of them is strictly smaller. The top-kk dominating query combines the dominance concept of maxima queries with the ranking function of top-kk queries and can be used as an important tool in multi-criteria decision making systems. In this work, we propose novel algorithms for answering semi-dynamic (insertions only) and fully dynamic (insertions and deletions) top-kk dominating queries. To the best of our knowledge, this is the first work towards handling (semi-)dynamic top-kk dominating queries that offers algorithms with asymptotic guarantees regarding their time and space cost.

Keywords

Cite

@article{arxiv.1305.2835,
  title  = {Dynamic Top-$k$ Dominating Queries},
  author = {Andreas Kosmatopoulos and Kostas Tsichlas},
  journal= {arXiv preprint arXiv:1305.2835},
  year   = {2013}
}
R2 v1 2026-06-22T00:15:37.373Z