Today's problem is as simple as it sounds. Create a function that converts an integer in to base 62. Your character set is [a-zA-Z0-9].
Today's problem is as simple as it sounds. Create a function that converts an integer in to base 62. Your character set is [a-zA-Z0-9].
Permalink: http://problemotd.com/problem/base-62/
Content curated by @MaxBurstein
Comments:
Anonymous - 9 years, 10 months ago
Quick and Dirty C Solution.
reply permalink
David - 9 years, 9 months ago
Looks like you coded this problem up in the file you used for reverse string. ;)
reply permalink