reverse-alpha-scan-gives-max

Status: IN

Iterating the alphabet from Z to A and returning on first dual-case match guarantees the lexicographically greatest result via early exit, without needing `max()`.

Source: entries/2026/06/06/greatest-english-letter-in-upper-and-lower-case-solution.md

JSON