Skip to content

widowmaker110/Prime-Recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Prime-Recursion

Author: Alexander Miller Date: 10/13/2014

This program uses recursion within multi-threading to generate the prime factors of any number up to the max number allowed by long long. On 10/13/2014 the max number is 9223372036854775807 in a long long variable in the C++ language.

fastest computation with four 18-digit numbers: 0.01 seconds

The idea was to create a prime number object which would hold both the original number and a vector of all the prime factors.

About

C++ parallel recursion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages