
TL;DR
This paper introduces a data structure that efficiently maintains a set of points and dynamically tracks the point with the minimum or maximum product of ranks in two coordinate orderings, with updates in sublinear time.
Contribution
It presents a novel data structure capable of maintaining the extremal point based on product of ranks under dynamic updates efficiently.
Findings
Supports dynamic updates in O(√n log n) time
Maintains the point with extremal product of ranks efficiently
Applicable to problems involving rank-based point selection
Abstract
We describe a data structure that can maintain a dynamic set of points given by their Cartesian coordinates, and maintain the point whose product of ranks within the two coordinate orderings is minimum or maximum, in time per update.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Algorithms and Data Compression · Complexity and Algorithms in Graphs
