We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I don't really like this challenge, because it has a trivial solution. Just look at the super digits for the first one hundred natural numbers. Coupled with some divisibility rules / modular arithmetic, the answer is really simple, and doesn't use recursion.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Recursive Digit Sum
You are viewing a single comment's thread. Return to all comments →
I don't really like this challenge, because it has a trivial solution. Just look at the super digits for the first one hundred natural numbers. Coupled with some divisibility rules / modular arithmetic, the answer is really simple, and doesn't use recursion.