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 - 10 years, 2 months ago
Quick and Dirty C Solution.
reply permalink
David - 10 years, 1 month ago
Looks like you coded this problem up in the file you used for reverse string. ;)
reply permalink