Reconstructing a Bounded-Degree Directed Tree Using Path Queries

Abstract

We present a randomized algorithm for reconstructing directed rooted trees of n nodes and node degree at most d, by asking at most O(dn2 n) path queries. Each path query takes as input an origin node and a target node, and answers whether there is a directed path from the origin to the target. Regarding lower bounds, we show that any randomized algorithm requires at least (n n) queries, while any deterministic algorithm requires at least (dn) queries. Additionally, we present a O(dn3 n) randomized algorithm for noisy queries, and a O(dn2 n) randomized algorithm for additive queries on weighted trees.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…