Status: IN
The two-pointer inward sweep (left from 0, right from end, march inward with subset-specific skip logic) is a recurring pattern used by `reverse-vowels-of-a-string` and `reverse-only-letters` for reversing a character subset in-place.
Source: entries/2026/06/06/reverse-vowels-of-a-string-solution.md