excel-column-horner-method

Status: IN

`title_to_number` evaluates the column string as a base-26 polynomial using Horner's method: process left-to-right, accumulating `result * 26 + digit_value` per character in a single O(n) pass.

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

JSON