delete-cols-native-char-compare

Status: IN

Column sortedness is checked via Python's native `<` on single characters, which is correct only for uniform-case single-byte alphabets (the problem guarantees lowercase a-z).

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

JSON