2004
DOI: 10.1007/978-3-540-30551-4_49
|View full text |Cite
|
Sign up to set email alerts
|

Space-Efficient and Fast Algorithms for Multidimensional Dominance Reporting and Counting

Abstract: We present linear-space sub-logarithmic algorithms for handling the 3-dimensional dominance reporting and the 2-dimensional dominance counting problems. Under the RAM model as described in [M. L. Fredman and D. E. Willard. "Surpassing the information theoretic bound with fusion trees", Journal of Computer and System Sciences, 47:424-436, 1993], our algorithms achieve O(log n/ log log n + f) query time for the 3-dimensional dominance reporting problem, where f is the output size, and O(log n/ log log n) query t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
36
0

Year Published

2006
2006
2023
2023

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 58 publications
(36 citation statements)
references
References 13 publications
0
36
0
Order By: Relevance
“…In Figure 2, critical points dominated by point (4,11) are represented by curves whose both endpoints fit between the two vertical lines, corresponding to index values i = 4 and j = 11. Note that there are exactly two such curves, and that A(4, 11) = 11 − 4 − 2 = 5.…”
Section: Definitionmentioning
confidence: 99%
See 1 more Smart Citation
“…In Figure 2, critical points dominated by point (4,11) are represented by curves whose both endpoints fit between the two vertical lines, corresponding to index values i = 4 and j = 11. Note that there are exactly two such curves, and that A(4, 11) = 11 − 4 − 2 = 5.…”
Section: Definitionmentioning
confidence: 99%
“…Time and memory asymptotics given in the theorem can be improved by using a more advanced data structure due to JaJa et al [11]; however, Theorem 2 is sufficient for our current purposes.…”
Section: Definitionmentioning
confidence: 99%
“…As above, but the range tree is replaced by the asymptotically more efficient data structure of [8].…”
Section: Theorem 2 For An Arbitrary Integer Pointmentioning
confidence: 99%
“…Individual output lengths can be obtained from this representation by dominance counting queries. This leads to a data structure of size O(m+n), that allows to query an individual output length in time O log(m+n) log log(m+n) , using a recent result by JaJa, Mortensen and Shi [8]. The described approach presents a substantial improvement in query efficiency over previous approaches.…”
Section: Introductionmentioning
confidence: 99%
“…Adaptive Range Counting. In this paper, we investigate the possibility of obtaining better query times Reference Problem Space Query Time [10] Reporting O(n) O((1 + k) log n) [10] Reporting O(n log log n) O((1 + k) log log n) [10] Reporting O(n log n) O(log log n + k) [22] Counting O(n) O(log w n) for 2-D orthogonal range counting when the output count k is small. We give an adaptive data structure whose query time is sensitive to k: with O(n log log n) space, the query time is O(log log n + log w k).…”
Section: Introductionmentioning
confidence: 99%