Bubble-Flip -- A New Generation Algorithm for Prefix Normal Words
Ferdinando Cicalese, Zsuzsanna Lipták, Massimiliano Rossi
TL;DR
This work addresses the enumeration and structural understanding of prefix normal words, binary strings where no factor exceeds the corresponding prefix in the number of $1$s. It introduces Bubble-Flip, a recursive generator that uses two operations, bubble and flip, guided by a partner function $\varphi(w)$, achieving $O(n)$ time per word and enabling generation of all PN words of a fixed length, including those sharing a fixed critical prefix, with options for lexicographic or Gray-code order. The authors also extend the theory to infinite prefix normal words via a flip-extension construction, proving that certain infinite PN words are ultimately periodic with computable period length and density, and they provide bounds on when periodicity appears. Together, these results yield a scalable PN-word enumerator, new Gray-code variants, and a framework to study infinite PN extensions and their combinatorial structure. The work opens avenues for counting PN words, investigating the distribution of critical prefixes, and refining understanding of infinite PN words and their densities.
Abstract
We present a new recursive generation algorithm for prefix normal words. These are binary strings with the property that no substring has more 1s than the prefix of the same length. The new algorithm uses two operations on binary strings, which exploit certain properties of prefix normal words in a smart way. We introduce infinite prefix normal words and show that one of the operations used by the algorithm, if applied repeatedly to extend the string, produces an ultimately periodic infinite word, which is prefix normal. Moreover, based on the original finite word, we can predict both the length and the density of an ultimate period of this infinite word.
