,
Carla Groenland
Creative Commons Attribution 4.0 International license
In distance query reconstruction, we wish to reconstruct the edge set of a hidden graph by asking as few distance queries as possible to an oracle. Given two vertices u and v, the oracle returns the shortest path distance between u and v in the graph.
The length of a tree decomposition is the maximum distance between two vertices contained in the same bag. The treelength of a graph is defined as the minimum length of a tree decomposition of this graph. We present an algorithm to reconstruct an n-vertex connected graph G parameterized by maximum degree Δ and treelength k in O_{k,Δ}(n log² n) queries (in expectation). This is the first algorithm to achieve quasi-linear complexity for this class of graphs. The proof goes through a new lemma that could give independent insight on graphs of bounded treelength.
@InProceedings{bastide_et_al:LIPIcs.IPEC.2024.20,
author = {Bastide, Paul and Groenland, Carla},
title = {{Quasi-Linear Distance Query Reconstruction for Graphs of Bounded Treelength}},
booktitle = {19th International Symposium on Parameterized and Exact Computation (IPEC 2024)},
pages = {20:1--20:11},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-353-9},
ISSN = {1868-8969},
year = {2024},
volume = {321},
editor = {Bonnet, \'{E}douard and Rz\k{a}\.{z}ewski, Pawe{\l}},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.IPEC.2024.20},
URN = {urn:nbn:de:0030-drops-222465},
doi = {10.4230/LIPIcs.IPEC.2024.20},
annote = {Keywords: Distance Reconstruction, Randomized Algorithm, Treelength}
}