min-time-typewriter-per-char-bound

Status: IN

Each character in the typewriter problem contributes exactly `min(|target - curr|, 26 - |target - curr|) + 1` seconds, bounded to `[1, 14]`.

Source: entries/2026/06/06/minimum-time-to-type-word-using-special-typewriter-solution.md

JSON