Title :
Generalization of Binary Search: Searching in Trees and Forest-Like Partial Orders
Author :
Onak, Krzysztof ; Parys, Pawel
Abstract :
We extend the binary search technique to searching in trees. We consider two models of queries: questions about vertices and questions about edges. We present a general approach to this sort of problem, and apply it to both cases, achieving algorithms constructing optimal decision trees. In the edge query model the problem is identical to the problem of searching in a special class of tree-like posets stated by Ben-Asher et al. (1999). Our upper bound on computation time, O(n3 ), improves the previous best known O(n4 log3n). In the vertex query model we show how to compute an optimal strategy much faster, in O(n) steps. We also present an almost optimal approximation algorithm for another class of tree-like (and forest-like) partial orders
Keywords :
approximation theory; computational complexity; decision trees; query processing; tree searching; binary search; computation time; edge query model; forest-like partial orders; optimal approximation algorithm; optimal decision trees; questions about edges; questions about vertices; tree searching; vertex query model; Approximation algorithms; Books; Computer science; Decision trees; File servers; File systems; Testing; Upper bound;
Conference_Titel :
Foundations of Computer Science, 2006. FOCS '06. 47th Annual IEEE Symposium on
Conference_Location :
Berkeley, CA
Print_ISBN :
0-7695-2720-5
DOI :
10.1109/FOCS.2006.32