2018
DOI: 10.1016/j.tcs.2017.08.021
|View full text |Cite
|
Sign up to set email alerts
|

The nearest colored node in a tree

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

2
11
0

Year Published

2018
2018
2021
2021

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(13 citation statements)
references
References 24 publications
2
11
0
Order By: Relevance
“…Hence, the tradeoff from [12] translates to vertex-labeled distance oracles, assuming that the planar graph is undirected. To the best of our knowledge, this is the first non-trivial upper bound for vertexlabeled distance oracles in any interesting graph class other than trees [8,15]. A strength of our result is that any future progress on distance oracles in undirected planar graphs immediately translates to vertex-labeled distance oracles.…”
Section: Introductionmentioning
confidence: 70%
“…Hence, the tradeoff from [12] translates to vertex-labeled distance oracles, assuming that the planar graph is undirected. To the best of our knowledge, this is the first non-trivial upper bound for vertexlabeled distance oracles in any interesting graph class other than trees [8,15]. A strength of our result is that any future progress on distance oracles in undirected planar graphs immediately translates to vertex-labeled distance oracles.…”
Section: Introductionmentioning
confidence: 70%
“…We will show below that the only additional operation we now need to support is determining the parent of a given unmarked leaf in the original D ′ -modified suffix tree (before the leaves were chopped). This can be done using the nearest colored ancestor data structure of [19] over the D-modified suffix tree. For a tree of size N , it achieves O(log log N ) time per query after O(N )-time preprocessing.…”
Section: Reducing the Spacementioning
confidence: 99%
“…In [19] it is shown that, in order to answer nearest colored ancestor queries in a tree with N nodes, it is enough to store some arrays of total size O(N ) and predecessor data structures for O(colors) subsets of [1 . .…”
Section: Reducing the Spacementioning
confidence: 99%
“…The nearest α-node to x is either (1) the nearest α-descendant of x, (2) the nearest α-node to y, or (3) the nearest α-node to y 2 . Based on this observation, the structure of Gawrychowski et al [12] finds these three candidate nodes, and returns the one that is closest to x. Our structure is based on a slightly different observation: The nearest α-node to x is either (1) the nearest α-descendant of x, (2) the nearest α-descendant of y, or (3) the nearest α-non-descendant of y.…”
Section: Structure For Large Alphabetmentioning
confidence: 99%
“…In the nearest colored node problem the goal is to store a tree with colors on the nodes such that given a node x and a color α, the nearest node to x with color α can be found efficiently. Gawrychowski et al [12] gave a data-structure for this problem that uses O(n log n) bits and answers queries in O(log log n) time, where n is the number of nodes in the tree. Additionally, they considered a dynamic version of the problem in which the colors of the nodes can be changed.…”
Section: Introductionmentioning
confidence: 99%