Given a positive integer, return its corresponding column title as appear in an Excel sheet.
For example:
1 2 3 4 5 6 7 | |
Solution
1 2 3 4 5 6 7 8 9 10 11 12 | |
Given a positive integer, return its corresponding column title as appear in an Excel sheet.
For example:
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |