Fast Rational Search via Stern-Brocot Tree
By: Connor Weyers, N. V. Vinodchandran
We revisit the problem of rational search: given an unknown rational number $α= \frac{a}{b} \in (0,1)$ with $b \leq n$, the goal is to identify $α$ using comparison queries of the form ``$β\leq α$?''. The problem has been studied several decades ago and optimal query algorithms are known. We present a new algorithm for rational search based on a compressed traversal of the Stern--Brocot tree, which appeared to have been overlooked in the literature. This approach also naturally extends to two related problems that, to the best of our knowledge, have not been previously addressed: (i) unbounded rational search, where the bound $n$ is unknown, and (ii) computing the best (in a precise sense) rational approximation of an unknown real number using only comparison queries.
Similar Papers
Steiner Forest: A Simplified Better-Than-2 Approximation
Data Structures and Algorithms
Finds shortest paths connecting many points.
The Root Finding Problem Revisited: Beyond the Robbins-Monro procedure
Statistics Theory
Finds answers faster, even when it's tricky.
A number-theoretic conjecture implying faster algorithms for polynomial factorization and integer factorization
Data Structures and Algorithms
Makes computers factor numbers much faster.