exhausted-iterator-returns-space

Status: IN

When the compressed string is fully consumed, `StringIterator.next()` returns `' '` (space) indefinitely, matching the LeetCode spec's sentinel value.

Source: entries/2026/06/06/design-compressed-string-iterator-solution.md

JSON