Near-Linear Query Complexity for Graph Inference
Abstract
How efficiently can we find an unknown graph using distance or shortest path queries between its vertices? Let be an unweighted, connected graph of bounded degree. The edge set is initially unknown, and the graph can be accessed using a \emph{distance oracle}, which receives a pair of vertices and returns the distance between and . In the \emph{verification} problem, we are given a hypothetical graph and want to check whether is equal to . We analyze a natural greedy algorithm and prove that it uses distance queries. In the more difficult \emph{reconstruction} problem, is not given, and the goal is to find the graph . If the graph can be accessed using a \emph{shortest path oracle}, which returns not just the distance but an actual shortest path between and , we show that extending the idea of greedy gives a reconstruction algorithm that uses shortest path queries. When the graph has bounded treewidth, we further bound the query complexity of the greedy algorithms for both problems by . When the graph is chordal, we provide a randomized algorithm for reconstruction using distance queries.
Cite
@article{arxiv.1402.4037,
title = {Near-Linear Query Complexity for Graph Inference},
author = {Sampath Kannan and Claire Mathieu and Hang Zhou},
journal= {arXiv preprint arXiv:1402.4037},
year = {2015}
}