Skip to content

Factorization algorithm

David Hofer edited this page Apr 20, 2016 · 3 revisions

The algorithm for factoring a number n as I've implemented it goes something like the following.

In the future, I plan to add in one or more number sieve algorithms.

Clone this wiki locally