Challenge Description
Given a positive integer, return its corresponding column title as appear in an Excel sheet.
For example:
|
Example 1:
|
Example 2:
|
Solution
This is a algorithm to convert a decimal number into a 26-based number.
There is a special case: n % 26 == 0.
|
Join my Email List for more insights, It's Free!😋