two-char-alphabet-bounds-answer-to-two

Status: IN

For palindromic-subsequence removal over a 2-character alphabet, the answer is always in `{0, 1, 2}` — remove all of one character in one step, all of the other in a second step. This bound breaks with 3+ characters.

Source: entries/2026/06/06/remove-palindromic-subsequences-solution.md

JSON