Analyzing Different Prime Factorization Algorithms

by

by : 
Andrew C.

Summary

In this project, I am researching and analyzing different prime factorization algorithms. After making a list of different algorithms, I will figure out the time complexity. Then, I will code the algorithm and retrieve real running time on variously sized input data sets. After collecting my data, I will compare each algorithm and extrapolate the existence of "fast" factorization algorithm.