vix.ing · top · new · best · stats · spec

Distributed Construction of Near-Optimal Compact Routing Schemes for Planar Graphs

2023/05/04 by Jinfeng Dou, Thorsten Götte, Dou, Jinfeng +7
Materials Science · Computer Science · #Carbon and Quantum Dots Applications #Complexity and Algorithms in Graphs #Nanocluster Synthesis and Applications

paper · pdf · doi:10.48550/arxiv.2305.02854

Abstract

We consider the problem of computing compact routing tables for a (weighted) planar graph G:= (V, E,w) in the PRAM, CONGEST, and the novel HYBRID communication model. We present algorithms with polylogarithmic work and communication that are almost optimal in all relevant parameters, i.e., computation time, table sizes, and stretch. All algorithms are heavily randomized, and all our bounds hold w.h.p. For a given parameter ε>0, our scheme computes labels of size \widetildeO(ε-1) and is computed in \widetildeO(ε-2) time and \widetildeO(n) work in the PRAM and the HYBRID model and \widetildeO(ε-2 ⋅ HD) (Here, HD denotes the network's hop-diameter) time in CONGEST. The stretch of the resulting routing scheme is 1+ε. To achieve these results, we extend the divide-and-conquer framework of Li and Parter [STOC '19] and combine it with state-of-the-art distributed distance approximation algorithms [STOC '22]. Furthermore, we provide a distributed decomposition scheme, which may be of independent interest.

Related