Utility Mill

semi_brutal_factorize

reccursive algorithm to factorize a number


Output


Instructions / Discussion

Just give your number, it will print the prime factorization.

No internal store of small primes (this is cheating, according to me).

No approximation or statistical approach. Just brute force calculus. If the result can be computed under the limit of 2 seconds, then what you will see will be the exact factorization (all numbers displayed ARE primes).

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py