Status: IN
Solutions use `ord(ch) - ord('a')` to map lowercase letters to indices 0–25 rather than using a dictionary, a standard LeetCode idiom used across the repo
Source: entries/2026/06/06/number-of-lines-to-write-string-solution.md
JSON