English

Shortest Paths in Intersection Graphs of Unit Disks

Computational Geometry 2014-11-19 v2 Discrete Mathematics Data Structures and Algorithms

Abstract

Let GG be a unit disk graph in the plane defined by nn disks whose positions are known. For the case when GG is unweighted, we give a simple algorithm to compute a shortest path tree from a given source in O(nlogn)O(n\log n) time. For the case when GG is weighted, we show that a shortest path tree from a given source can be computed in O(n1+ε)O(n^{1+\varepsilon}) time, improving the previous best time bound of O(n4/3+ε)O(n^{4/3+\varepsilon}).

Keywords

Cite

@article{arxiv.1402.4855,
  title  = {Shortest Paths in Intersection Graphs of Unit Disks},
  author = {Sergio Cabello and Miha Jejčič},
  journal= {arXiv preprint arXiv:1402.4855},
  year   = {2014}
}

Comments

An alternative approach for the unweighted case is added to the Introduction

R2 v1 2026-06-22T03:12:02.634Z