delete-cols-assumes-uniform-length

Status: IN

`minDeletionSize` uses `len(strs[0])` for the column count and indexes all other strings at the same positions — ragged input causes silent wrong results or `IndexError`.

Source: entries/2026/06/06/delete-columns-to-make-sorted-solution.md

JSON