

















Given a vertex-labeled graph, each vertex $v$ is attached with a label from a set of labels. The vertex-label query desires the length of the shortest path from the given vertex to the set of vertices with the given label. We show how to construct an oracle if the given graph is planar, such that $O(\frac{1}εn\log n)$ storing space is needed, and any vertex-label query could be answered in $O(\frac{1}ε\log n\log ρ)$ time with stretch $1+ε$. $ρ$ is the radius of the given graph, which is half of the diameter. For the case that $ρ= O(\log n)$, we construct an oracle that achieves $O(\log n)$ query time, without changing the order of storing space.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。