Status: IN
`is_isomorphic` assumes `len(s) == len(t)` without validation; `zip` silently truncates to the shorter string, so unequal-length inputs produce silently wrong results rather than errors.
Source: entries/2026/06/06/isomorphic-strings-solution.md
JSON