2012
DOI: 10.1016/j.jda.2012.08.003
|View full text |Cite
|
Sign up to set email alerts
|

Succinct representations of weighted trees supporting path queries

Abstract: We consider the problem of succinctly representing a given vertex-weighted tree of n vertices, whose vertices are labeled by integer weights from {1, 2, . . . , σ } and supporting the following path queries efficiently:• Path median query: Given two vertices i, j, return the median weight on the path from i to j.• Path selection query: Given two vertices i, j and a positive integer k, return the kth smallest weight on the path from i to j.• Path counting/reporting query: Given two vertices i, j and a range [a,… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
10
0

Year Published

2013
2013
2020
2020

Publication Types

Select...
4
3
1

Relationship

2
6

Authors

Journals

citations
Cited by 13 publications
(10 citation statements)
references
References 16 publications
0
10
0
Order By: Relevance
“…This is the case for range/path minimum [13], range/path selection [28,29,37], and range/path top-k queries (this paper, Sect. 7).…”
Section: Discussion and Directions For Future Researchmentioning
confidence: 91%
See 1 more Smart Citation
“…This is the case for range/path minimum [13], range/path selection [28,29,37], and range/path top-k queries (this paper, Sect. 7).…”
Section: Discussion and Directions For Future Researchmentioning
confidence: 91%
“…A variety of other range query problems have been examined on arrays and trees, including range minimum/extrema, for which optimal data structures exist requiring O(n) space and O(1) query time (e.g., on arrays [5,[12][13][14]21] and on trees [13]) and range selection/median, for which optimal data structures exist requiring O(n) space and O(log n/ log log n) query time (e.g., on arrays [7,25,26,31,34] and on trees [28,29,37]). Jørgensen and Larsen [31] proved a matching lower bound of Ω(log n/ log log n) on the worst-case time required for range median query on arrays by any O(n)-space data structure.…”
Section: Related Workmentioning
confidence: 99%
“…The types of queries we consider are PM, PC, and PR. The theoretical foundation of our work are the data structures and algorithms developed in [40,27,28]. The succinct data structure by He et al [28] is optimal both in space and time in the RAM model.…”
Section: Our Workmentioning
confidence: 99%
“…He et al [17] introduced and solved path reporting problem using linear space and O((1 + k) lg σ) query time, and O(n lg lg σ) words of space but O(lg σ + k lg lg σ) query time, in the word-RAM model; henceforth we reserve k for the size of the output. Patil et al [23] presented a succinct data structure for path reporting with n lg σ + 6n + O(n lg σ) bits of space and O((lg n + k) lg σ) query time. An optimal-space solution with nH(W T ) + O(n lg σ) bits of space and O((1 + k)( lg σ lg log n + 1)) reporting time is due to He et al [17].…”
Section: Previous Workmentioning
confidence: 99%