The algorithm design was based on the basic linear search method with some proposed optimizations which would hopefully skip useless computations.
-The result was an algorithm which can quickly factor a number if there exist factors near the square root.