Efficient Vertex-Label Distance Oracles for Planar Graphs

April 18, 2015 Β· Declared Dead Β· πŸ› Theory of Computing Systems

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Shay Mozes, Eyal E. Skop arXiv ID 1504.04690 Category cs.DS: Data Structures & Algorithms Citations 10 Venue Theory of Computing Systems Last Checked 4 months ago
Abstract
We consider distance queries in vertex-labeled planar graphs. For any fixed $0 < Ξ΅\leq 1/2$ we show how to preprocess a directed planar graph with vertex labels and arc lengths into a data structure that answers queries of the following form. Given a vertex $u$ and a label $Ξ»$ return a $(1+Ξ΅)$-approximation of the distance from $u$ to its closest vertex with label $Ξ»$. For a directed planar graph with $n$ vertices, such that the ratio of the largest to smallest arc length is bounded by $N$, the preprocessing time is $O(Ξ΅^{-2}n\lg^{3}{n}\lg(nN))$, the data structure size is $O(Ξ΅^{-1}n\lg{n}\lg(nN))$, and the query time is $O(\lg\lg{n}\lg\lg(nN) + Ξ΅^{-1})$. We also point out that a vertex label distance oracle for undirected planar graphs suggested in an earlier version of this paper is incorrect.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted