English

Tree-Like Shortcuttings of Trees

Data Structures and Algorithms 2025-12-22 v2

Abstract

Sparse shortcuttings of trees -- equivalently, sparse 1-spanners for tree metrics with bounded hop-diameter -- have been studied extensively (under different names and settings), since the pioneering works of [Yao82, Cha87, AS87, BTS94], initially motivated by applications to range queries, online tree product, and MST verification, to name a few. These constructions were also lifted from trees to other graph families using known low-distortion embedding results. The works of [Yao82, Cha87, AS87, BTS94] establish a tight tradeoff between hop-diameter and sparsity (or average degree) for tree shortcuttings and imply constant-hop shortcuttings for nn-node trees with sparsity O(logn)O(\log^* n). Despite their small sparsity, all known constant-hop shortcuttings contain dense subgraphs (of sparsity Ω(logn)\Omega(\log n)), which is a significant drawback for many applications. We initiate a systematic study of constant-hop tree shortcuttings that are ``tree-like''. We focus on two well-studied graph parameters that measure how far a graph is from a tree: arboricity and treewidth. Our contribution is twofold. * New upper and lower bounds for tree-like shortcuttings of trees, including an optimal tradeoff between hop-diameter and treewidth for all hop-diameter up to O(loglogn)O(\log\log n). We also provide a lower bound for larger values of kk, which together yield hop-diameter×treewidth=Ω((loglogn)2)\text{hop-diameter}\times \text{treewidth} = \Omega((\log\log n)^2) for all values of hop-diameter, resolving an open question of [FL22, Le23]. [...]

Keywords

Cite

@article{arxiv.2510.14918,
  title  = {Tree-Like Shortcuttings of Trees},
  author = {Hung Le and Lazar Milenković and Shay Solomon and Cuong Than},
  journal= {arXiv preprint arXiv:2510.14918},
  year   = {2025}
}

Comments

Updated intro. Added figures