Categorical range reporting with frequencies
Document Type
Conference Proceeding
Publication Date
3-1-2019
Abstract
In this paper, we consider a variant of the color range reporting problem called color reporting with frequencies. Our goal is to pre-process a set of colored points into a data structure, so that given a query range Q, we can report all colors that appear in Q, along with their respective frequencies. In other words, for each reported color, we also output the number of times it occurs in Q. We describe an external-memory data structure that uses O(N(1 + log2 D/log N)) words and answers one-dimensional queries in O(1 + K/B) I/Os, where N is the total number of points in the data structure, D is the total number of colors in the data structure, K is the number of reported colors, and B is the block size. Next we turn to an approximate version of this problem: report all colors σ that appear in the query range; for every reported color, we provide a constant-factor approximation on its frequency. We consider color reporting with approximate frequencies in two dimensions. Our data structure uses O(N) space and answers two-dimensional queries in O(logB N + log∗ B + K/B) I/Os in the special case when the query range is bounded on two sides. As a corollary, we can also answer one-dimensional approximate queries within the same time and space bounds.
Publication Source (Journal or Book title)
Leibniz International Proceedings in Informatics, LIPIcs
Recommended Citation
Ganguly, A., Ian Munro, J., Nekrich, Y., Shah, R., & Thankachan, S. (2019). Categorical range reporting with frequencies. Leibniz International Proceedings in Informatics, LIPIcs, 127 https://doi.org/10.4230/LIPIcs.ICDT.2019.9