excel-column-title-lsb-first-then-reverse

Status: IN

`convert_to_title` builds the output string least-significant-digit-first (appending to a list), then reverses at the end — this avoids O(n²) cost from repeated string prepend.

Source: entries/2026/06/06/excel-sheet-column-title-solution.md

JSON