English

Reconstructing Bounded Treelength Graphs with Linearithmic Shortest Path Distance Queries

Data Structures and Algorithms 2026-03-12 v1

Abstract

We consider the following graph reconstruction problem: given an unweighted connected graph G=(V,E)G = (V,E) with visible vertex set VV and an oracle which takes two vertices u,vVu,v \in V and returns the shortest path distance between uu and vv, how many queries are needed to reconstruct EE? Specifically, we consider bounded degree Δ\Delta and bounded treelength tl\mathrm{tl} connected graphs and show that reconstruction can be done in OΔ,tl(nlogn)O_{\Delta,\mathrm{tl}}(n \log n) queries with a deterministic algorithm. This result improves over the best known algorithm (deterministic or randomized) for this graph class by a logn\log n factor and matches the known lower bound for the class of graphs with bounded chordality, which is a subclass of bounded treelength graphs.

Keywords

Cite

@article{arxiv.2603.10432,
  title  = {Reconstructing Bounded Treelength Graphs with Linearithmic Shortest Path Distance Queries},
  author = {Chirag Kaudan and Amir Nayyeri},
  journal= {arXiv preprint arXiv:2603.10432},
  year   = {2026}
}

Comments

9 pages, 2 figures

R2 v1 2026-07-01T11:14:10.292Z