RE: Project Euler
July 4, 2016 at 5:36 am
(This post was last modified: July 4, 2016 at 5:37 am by GrandizerII.)
(July 4, 2016 at 5:31 am)SteelCurtain Wrote: Nice. It looks like you built a string for each number, then counted the letters? I like that approach.
Yep, and two lists for digits, teen numbers, and multiples of ten.
A bit long, but I never cared about longevity, just as long as the code runs well and doesn't crash.