Improved Time and Space Bounds for Dynamic Range Mode
Hicham El-Zein, Meng He, J. Ian Munro, Bryce Sandlund

TL;DR
This paper introduces improved deterministic and probabilistic data structures for dynamic range mode and least frequent element queries, achieving better time and space bounds than previous solutions.
Contribution
It presents the first efficient dynamic data structures for range least frequent and $k$-frequency queries, with improved bounds for range mode queries.
Findings
Range mode queries supported in $O(n^{2/3})$ time with $O(n)$ space.
Range least frequent queries supported in $O(n^{2/3})$ time with $O(n)$ space.
New Monte Carlo data structure for $k$-frequency queries with $O(n^{2/3})$ query and update time.
Abstract
Given an array A of elements, we wish to support queries for the most frequent and least frequent element in a subrange of . We also wish to support updates that change a particular element at index or insert/ delete an element at index . For the range mode problem, our data structure supports all operations in deterministic time using only space. This improves two results by Chan et al. \cite{C14}: a linear space data structure supporting update and query operations in time and an space data structure supporting update and query operations in time. For the range least frequent problem, we address two variations. In the first, we are allowed to answer with an element of that may not appear in the query range, and in the second, the returned element must be present in the query range.…
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.
