LeetCode 660: Remove 9
A clear explanation of finding the nth positive integer that does not contain the digit 9 using base-9 conversion.
3 notes
A clear explanation of finding the nth positive integer that does not contain the digit 9 using base-9 conversion.
A clear explanation of converting an Excel column title into its numeric index using base 26 accumulation.
A clear explanation of converting a positive integer into an Excel column title using bijective base 26.