2012
DOI: 10.1007/s00453-012-9715-6
|View full text |Cite
|
Sign up to set email alerts
|

Improved Approximation Algorithms for the Average-Case Tree Searching Problem

Abstract: We study the following tree search problem: in a given tree T = (V , E) a vertex has been marked and we want to identify it. In order to locate the marked vertex, we can use edge queries. An edge query e asks in which of the two connected components of T \ e the marked vertex lies. The worst-case scenario where one is interested in minimizing the maximum number of queries is well understood, and linear time algorithms are known for finding an optimal search strategy. Here we study the more involved average-cas… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
8
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 12 publications
(8 citation statements)
references
References 25 publications
0
8
0
Order By: Relevance
“…Next, we consider two special cases of AIGS: (i) the input hierarchy is a tree, and (ii) the probability of every node being the target is identical, i.e., p(v) = 1/n for every v ∈ V . We show that the approximation ratios achieved by the greedy policy under the two scenarios are much better than O(log n) leveraging the theoretical developments of poset [9] and decision tree [30].…”
Section: Theoretical Guaranteesmentioning
confidence: 95%
See 2 more Smart Citations
“…Next, we consider two special cases of AIGS: (i) the input hierarchy is a tree, and (ii) the probability of every node being the target is identical, i.e., p(v) = 1/n for every v ∈ V . We show that the approximation ratios achieved by the greedy policy under the two scenarios are much better than O(log n) leveraging the theoretical developments of poset [9] and decision tree [30].…”
Section: Theoretical Guaranteesmentioning
confidence: 95%
“…Let D be the decision tree constructed by greedy policy and D * be the optimal decision tree, with respect to the cost function defined in (2). For such a tree-like poset, Cicalese et al [9] proved that the cost of D satisfies…”
Section: Theoretical Guaranteesmentioning
confidence: 99%
See 1 more Smart Citation
“…2 and there exists a fully polynomial time approximation scheme based on dynamic programming on a tree hierarchy [7]; while on a DAG hierarchy, the rounded greedy algorithm can achieve an approximation ratio of 𝑂 (log(𝑛)) [4] and no ratios better than 𝑜 (log(𝑛)) can be achieved unless P = NP [6]. Again, noise is not considered in these results.…”
Section: Related Workmentioning
confidence: 99%
“…Our definition of search trees is based on vertex queries: every node of the search tree is associated with a vertex of the searched graph. In contrast, edge queries have also been studied [BFN99, OP06, MOW08, CKL + 16, CJLM11,CJLM14], in which every node of the search tree is associated with an edge of the graph, and the oracle points to one of the two connected components containing the sought vertex. is is sometimes cast as searching in a partial order.…”
Section: Related Workmentioning
confidence: 99%