English

Report on Nearest Dominating Point Queries

Computational Geometry 2025-05-08 v1

Abstract

Given two points p,qRdp, q \in \mathbb R^d, we say that pp dominates qq and write pqp \succ q if each coordinate of pp is larger than the corresponding coordinate of qq. That is, if p=(p(1),p(2),,p(d))p = (p^{(1)}, p^{(2)}, \ldots, p^{(d)}) and q=(q(1),q(2),,q(d))q = (q^{(1)}, q^{(2)}, \ldots, q^{(d)}), pqp \succ q if and only if p(i)>q(i)p^{(i)} > q^{(i)} for all 1id1 \le i \le d. For example, pp and qq could represent various ratings for 22 restaurants, based on different metrics like taste, affordability, ratings on different platforms, et cetera. pqp \succ q then means that the first restaurant outperformed the second on each metric. Given a list of restaurants and their rating, we solve the problem of determining, for each restaurant, the closest restaurant to it that dominates it. We improve upon the algorithm under some assumptions towards the end.

Cite

@article{arxiv.2505.04617,
  title  = {Report on Nearest Dominating Point Queries},
  author = {Naman Mishra and K S Sreeramji},
  journal= {arXiv preprint arXiv:2505.04617},
  year   = {2025}
}

Comments

5 pages

R2 v1 2026-06-28T23:24:47.535Z