Distance query reconstruction
In distance query reconstruction, the vertex set is known and you wish to reconstruct the edge set with the minimum number of (adaptive) distance queries (given u,v, what is the shortest path distance between them).
Paul Bastide and Carla Groenland, Optimal distance query reconstruction for graphs without long induced cycles, arXiv:2306.05979.
For graphs without long induced cycles of bounded maximum degree, the optimal query complexity turns out to be \Theta(n log n) in both the randomised and deterministic setting. To show this, we improve both the (previously best) lower and upper bound and derive various interesting corollaries for related settings.Paul Bastide and Carla Groenland, Quasi-linear distance query reconstruction for graphs of bounded treelength, arXiv:2410.12594 . Conference publication: IPEC 2024.
We provide a randomised algorithm reconstructing graphs of bounded treelength within a quasi-linear number of queries.