Simpler, faster and shorter labels for distances in graphs
Stephen Alstrup, Cyril Gavoille, Esben Bistrup Halvorsen, Holger, Petersen

TL;DR
This paper introduces a new distance labeling scheme for undirected graphs that significantly reduces label size and query time, solving longstanding open problems and surpassing decades-old results.
Contribution
It presents the first improvement in label length for over thirty years, achieving shorter labels and faster decoding in a simple, unified algorithm.
Findings
Label size is (log 3)/2 + o(n) bits with O(1) decoding time.
Outperforms previous schemes in label length and decoding speed.
Provides bounds for weighted, bipartite, and approximate distance schemes.
Abstract
We consider how to assign labels to any undirected graph with n nodes such that, given the labels of two nodes and no other information regarding the graph, it is possible to determine the distance between the two nodes. The challenge in such a distance labeling scheme is primarily to minimize the maximum label lenght and secondarily to minimize the time needed to answer distance queries (decoding). Previous schemes have offered different trade-offs between label lengths and query time. This paper presents a simple algorithm with shorter labels and shorter query time than any previous solution, thereby improving the state-of-the-art with respect to both label length and query time in one single algorithm. Our solution addresses several open problems concerning label length and decoding time and is the first improvement of label length for more than three decades. More specifically, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
