frequency-ratio-bottleneck-pattern

Status: IN

"How many X can I build from Y" problems use the pattern: count supply and demand per character, take `min(supply // demand)` across all required characters. Used by `rearrange-characters-to-make-target-string` and `maximum-number-of-balloons`.

Source: entries/2026/06/06/rearrange-characters-to-make-target-string-solution.md

JSON