two-pointer-pattern-variants

Status: IN

The repo contains multiple two-pointer variants: inward sweep (valid-palindrome), lockstep with skip (valid-word-abbreviation), and matrix transpose walk (valid-word-square) — all sharing the fail-fast early-return idiom.

Source: entries/2026/06/06/valid-palindrome-solution.md

JSON