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

242 solvers submitted 517 solutions (2.14 solutions/solver).

Solution Comments