Hackerrank – Project Euler+ #020 – Factorial digit sum

Hackerrank – Problem description

The problem description Hackerrank.

Solution

The catch is to have a support for big numbers operations in your progamming language.

Do a factorial and sum the numbers.

I created solution in:

All solutions are also available on my GitHub profile.

Ruby

Leave a Reply

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