New routing techniques and their applications
Liam Roditty, Roei Tov

TL;DR
This paper introduces new routing schemes for unweighted and weighted graphs that achieve near-optimal trade-offs between stretch factor, space complexity, and header size, improving upon previous methods.
Contribution
The paper presents novel routing schemes with improved space and stretch bounds for both unweighted and weighted graphs, nearly matching known lower bounds.
Findings
Achieves $(2+ extepsilon,1)$-stretch routing with $ ilde O(n^{2/3})$ space for unweighted graphs.
Provides $(5+ extepsilon)$-stretch routing with $ ilde O(n^{1/3} extlog D)$ space for weighted graphs.
Introduces a family of schemes with adjustable parameters for different stretch and space trade-offs.
Abstract
Let be an undirected graph with vertices and edges. We obtain the following new routing schemes: - A routing scheme for unweighted graphs that uses space at each vertex and -bit headers, to route a message between any pair of vertices on a -stretch path, i.e., a path of length at most . This should be compared to the -stretch and space distance oracle of Patrascu and Roditty [FOCS'10 and SIAM J. Comput. 2014] and to the -stretch routing scheme of Abraham and Gavoille [DISC'11] that uses space at each vertex. - A routing scheme for weighted graphs with normalized diameter , that uses space at each vertex and -bit…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Computational Geometry and Mesh Generation
