delete-cols-early-exit

Status: IN

The inner loop in `minDeletionSize` breaks on the first out-of-order pair per column, avoiding redundant comparisons after a violation is found.

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

JSON