A Fast Algorithm for Three-Dimensional Layers of Maxima Problem
Yakov Nekrich

TL;DR
This paper presents a novel, faster algorithm for the three-dimensional layers-of-maxima problem, achieving sub-logarithmic factors in time complexity with optimal space usage.
Contribution
It introduces the first algorithms solving the problem in o(n log n) time in the word RAM model, improving over previous solutions.
Findings
Algorithm runs in O(n(log log n)^3) deterministic time
Expected runtime is O(n(log log n)^2)
Uses O(n) space, optimal in the pointer machine model
Abstract
We show that the three-dimensional layers-of-maxima problem can be solved in time in the word RAM model. Our algorithm runs in deterministic time or expected time and uses O(n) space. We also describe an algorithm that uses optimal O(n) space and solves the three-dimensional layers-of-maxima problem in time in the pointer machine model.
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
TopicsAlgorithms and Data Compression · Computational Geometry and Mesh Generation · Complexity and Algorithms in Graphs
