Reconstructing a Bounded-Degree Directed Tree Using Path Queries
Zhaosen Wang, Jean Honorio

TL;DR
This paper introduces efficient randomized algorithms for reconstructing bounded-degree directed trees using path queries, providing bounds on query complexity and extending to noisy and weighted scenarios.
Contribution
It proposes new algorithms with near-optimal query complexity for reconstructing directed trees, including variants for noisy and weighted cases.
Findings
Reconstruction algorithm uses O(dn log^2 n) path queries.
Lower bounds established: Ω(n log n) for randomized, Ω(dn) for deterministic algorithms.
Extended algorithms handle noisy and additive weighted queries efficiently.
Abstract
We present a randomized algorithm for reconstructing directed rooted trees of nodes and node degree at most , by asking at most 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 queries, while any deterministic algorithm requires at least queries. Additionally, we present a randomized algorithm for noisy queries, and a randomized algorithm for additive queries on weighted trees.
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
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Algorithms and Data Compression
