Excel Sheet Column Title
Aug 5, 2016
https://leetcode.com/problems/excel-sheet-column-title/
All x-decimal system should begin with 0
, otherwide, for z
is number 26. The cycle
is 26,
26 % 26 = 0, flow into lowest number. However, if use 26 - 1
, 25 % 26 = 25
and 25 points to z
.