Problem 148. Factorize THIS, buddy

Created by the cyclist

List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes it multiple times.

Examples:

in = 137 ---> out = 137

in = 876 ---> out = [73 3 2]

Tags

Problem Group

245 solvers submitted 525 solutions (2.14 solutions/solver).

Solution Comments