Status: IN
`isLongPressedName` runs in O(len(typed)) time with O(1) extra space since pointer `i` only moves forward and the loop visits each `typed` character exactly once
Source: entries/2026/06/06/long-pressed-name-solution.md
JSON