From Amortized to Worst Case Delay in Enumeration Algorithms
Florent Capelli, Yann Strozecki
TL;DR
This work investigates turning algorithms with polynomial amortized delay into algorithms with polynomial worst-case delay for enumeration problems, introducing geometric regularization to achieve this with polynomial-space complexity. It proves the surprising result that $ ext{DelayP}^{ ext{poly}}= ext{AmDelayP}^{ ext{poly}}$, and extends to incremental delay under adaptive schemes, while establishing robust lower bounds that highlight intrinsic limits when preserving output order or operating under blackbox access. The authors also provide detailed RAM-based implementations to realize these regularization schemes and discuss the practical and theoretical implications of their results. Overall, the paper offers a comprehensive framework for designing space-efficient, delay-guaranteed enumerators and delineates the boundaries of what is achievable under blackbox access.
Abstract
The quality of enumeration algorithms is often measured by their delay, that is, the maximal time spent between the output of two distinct solutions. If the goal is to enumerate $t$ distinct solutions for any given $t$, then another relevant measure is the maximal time needed to output $t$ solutions divided by $t$, a notion we call the amortized delay of the algorithm, since it can be seen as the amortized complexity of the problem of enumerating $t$ elements in the set. In this paper, we study the relation between these two notions of delay, showing different schemes allowing one to transform an algorithm with polynomial amortized delay for which one has a blackbox access into an algorithm with polynomial delay. We complement our results by providing several lower bounds and impossibility theorems in the blackbox model.
