Distance labeling in graphs

  • Authors:
  • Cyril Gavoille;David Peleg;Stéphane Pérennes;Ran Raz

  • Affiliations:
  • LaBRI, Université Bordeaux I, 351, cours de la Libération, 33405 Talence Cedex, France;Department of Computer Science and Applied Mathematics, The Weizmann Institute of Science, Rehovot, 76100 Israel;SLOOP 13S-CNRS/INRIA, Université de Nice-Sophia Antipolis, 2004 Route des Lucioles, BP 93, F-06902 Sophia Antipolis, Cedex, France;Department of Computer Science and Applied Mathematics, The Weizmann Institute of Science, Rehovot, 76100 Israel

  • Venue:
  • SODA '01 Proceedings of the twelfth annual ACM-SIAM symposium on Discrete algorithms
  • Year:
  • 2001

Quantified Score

Hi-index 0.02

Visualization

Abstract

We consider the problem of labeling the nodes of a graph in a way that will allow one to compute the distance between any two nodes directly from their labels (without using any additional information). Our main interest is in the minimal length of labels needed in different cases. We obtain upper bounds and (most importantly) lower bounds for several interesting families of graphs. In particular, our main results are the following:For general graphs, the length needed is &THgr;(n).For trees, the length needed is &THgr;(log2 n).For planar graphs, we show an upper bound of &Ogr;(√n log n) and a lower bound of &OHgr;(n1/3).For bounded degree graphs, we show a lower bound of &OHgr;(√n).The upper bounds for planar graphs and for trees follow by a more general upper bound for graphs with a r(n)- separator. The two lower bounds, however, are obtained by two different arguments that may be interesting in their own right.We also show some lower bounds on the length of the labels, even if it is only required that distances be approximated to a multiplicative factor s. For example, we show that for general graphs the required length is &OHgr;(n). We also consider the problem of the time complexity of the distance function once the labels are computed. We show that there are graphs with optimal labels of length 3 log n, such that if we use any labels with fewer than n bits per label, computing the distance function requires exponential time. A similar result is obtained for planar and bounded degree graphs.