Problem 42757. Convert integer to base26 using letters
Write a function that converts a decimal integer to base26 using the letters of the english alphabet, i.e. 0->'a', 1->'b', 2->'c', and so on.
For example 10 becomes 'k' and 260 becomes 'ka'.
See http://www.dcode.fr/base-n-convert for other hints and examples.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers48
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6620 Solvers
-
Return a list sorted by number of occurrences
2880 Solvers
-
2451 Solvers
-
Find out the Gray Code for a Given Binary Number
116 Solvers
-
449 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!