An $\mathcal{O}(\log N)$ Time Algorithm for the Generalized Egg Dropping Problem
Abstract
The generalized egg dropping problem is a classic challenge in sequential decision-making. Standard dynamic programming evaluates the minimax minimum number of tests in time. A known approach formulates the testable thresholds as a partial sum of binomial coefficients and applies binary search to reduce the time complexity to . In this paper, we demonstrate that binary search over the complete sequential test domain is suboptimal. By restricting a binary search over multiples of , we isolate a dynamic structural envelope that guarantees convergence. We prove that this boundary balances the search depth against the combinatorial evaluation cost, cancelling the variable to strictly bound the search phase to . Combined with an incremental traversal, our algorithm eliminates the standard bottlenecks. Furthermore, we formulate an explicit space policy to dynamically reconstruct the optimal decision tree.
Cite
@article{arxiv.2602.22870,
title = {An $\mathcal{O}(\log N)$ Time Algorithm for the Generalized Egg Dropping Problem},
author = {Kleitos Papadopoulos},
journal= {arXiv preprint arXiv:2602.22870},
year = {2026}
}