https://leetcode-cn.com/problems/excel-sheet-column-number/ problem Given a string columnTitle that represents the column title as appear in an Excel sheet, return its corresponding column number. For example: A -> 1 B -> 2 C -> 3 ... Z -> 26 AA ->...
xiaok.me1 min readNo responses yet.