Hackerrank – Project Euler+ #016 – Power digit sum

Hackerrank – Problem description

The problem description – Hackerrank.

Solution

The catch is to use a feature of chosen programming language, which allows us operation with big numbers (e. g. BigInteger in Java)

I created solution in:

All solutions are also available on my GitHub profile.

Java

Leave a Reply

Your email address will not be published. Required fields are marked *