Average Case Graph Searching in Non-Uniform Cost Models
Micha{\l} Szyfelbein

TL;DR
This paper investigates average-case graph search strategies under non-uniform costs, providing approximation algorithms for trees and general graphs, and establishing NP-hardness and inapproximability results.
Contribution
It introduces new approximation algorithms for average-case graph searching with non-uniform costs, including a 4+ε approximation for trees and a 2-approximation for monotone costs, and proves hardness results.
Findings
Developed a 4+ε approximation FPTAS for trees.
Designed a 2-approximation algorithm for monotone cost functions on trees.
Proved NP-hardness and UGC-based inapproximability for general cases.
Abstract
We consider the following generalization of the classic Binary Search Problem: a searcher is required to find a hidden target vertex in a graph , by iteratively performing queries about vertices. A query to incurs a cost and responds whether and if not, returns the connected component in containing . The goal is to design a search strategy that minimizes the average-case search cost. Firstly, we consider the case when the cost of querying a vertex is independent of the target. We develop a -approximation FPTAS for trees running in time and an -approximation for general graphs. Additionally, we give an FPTAS parametrized by the number of non-leaf vertices of the graph. On the hardness side we prove that the problem is NP-hard even when the input is a tree with bounded degree or bounded…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
