Improved Submatrix Maximum Queries in Monge Matrices
Pawel Gawrychowski, Shay Mozes, Oren Weimann

TL;DR
This paper introduces improved data structures for submatrix maximum queries in Monge matrices, achieving faster query times and reduced space complexity, with novel techniques exploiting the structure of upper envelopes.
Contribution
It presents new data structures with optimal space and faster query times for Monge matrices and partial matrices, improving upon previous methods and simplifying analysis.
Findings
O(n) space and O( log n) query time for Monge matrices
Constant query-time data structure with near-linear construction time
Linear bound on the number of breakpoints in Monge partial matrices
Abstract
We present efficient data structures for submatrix maximum queries in Monge matrices and Monge partial matrices. For Monge matrices, we give a data structure that requires O(n) space and answers submatrix maximum queries in time. The best previous data structure [Kaplan et al., SODA`12] required space and query time. We also give an alternative data structure with constant query-time and construction time and space for any fixed . For {\em partial} Monge matrices we obtain a data structure with O(n) space and query time. The data structure of Kaplan et al. required space and query time. Our improvements are enabled by a technique for exploiting the structure of the upper envelope of Monge matrices to efficiently…
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
TopicsData Management and Algorithms · Computational Geometry and Mesh Generation · Advanced Combinatorial Mathematics
