English

Approximating the Average-Case Graph Search Problem with Non-Uniform Costs

Data Structures and Algorithms 2026-03-17 v1

Abstract

Consider the following generalization of the classic binary search problem: A searcher is required to find a hidden target vertex xx in a graph GG. To do so, they iteratively perform queries to an oracle, each about a chosen vertex vv. After each such call, the oracle responds whether the target was found and if not, the searcher receives as a reply the connected component in GvG-v which contains xx. Additionally, each vertex vv may have a different query cost c(v)c(v) and a different weight w(v)w(v). The goal is to find the optimal querying strategy which minimizes the weighted average-case cost required to find xx. The problem is NP-hard even for uniform weights and query costs. Inspired by the progress on the edge query variant of the problem [SODA '17], we establish a connection between searching and vertex separation. By doing so, we provide an O(logn)O(\sqrt{\log n})-approximation algorithm for general graphs and a (4+ϵ)(4+\epsilon)-approximation algorithm for the case when the input is a tree.

Keywords

Cite

@article{arxiv.2511.06564,
  title  = {Approximating the Average-Case Graph Search Problem with Non-Uniform Costs},
  author = {Michał Szyfelbein},
  journal= {arXiv preprint arXiv:2511.06564},
  year   = {2026}
}

Comments

20 pages, 2 figures

R2 v1 2026-07-01T07:28:40.565Z