Search
⌘K

Leetcode 1320. Minimum Distance to Type a Word Using Two Fingers

Find the minimum total Manhattan distance to type a given uppercase word on a fixed letter-coordinate keyboard using two fingers whose starting positions are free. Core challenge: dynamic programming over the two fingers' last-letter positions (or one unused), deciding for each next character which finger moves to minimize cumulative distance (word length ≤ 300).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Your account is free and you can post anonymously if you choose.