Hackerrank – Equations

Problem Statement
A description of the problem can be found on Hackerrank.

Solution
Make prime number factorization of N!. For help click here or here.

I created solution in:

All solutions are also available on my GitHub.

Java

JavaScript

Ruby

Scala