Skip to content

vader-coder/ParallelUniqueFactors

Repository files navigation

Parallel Unique Factors

Scripts to calculate the unique prime factors of each item in a list of integers.

#Required GCC compiler.

#Usage Compile the v1partition.c and v2each.c. Run each one as an executable in the command line with input.txt and output.txt as command line arguments. The topmost integer in input.txt is gives the number of integers to be factored. Any other integers in this file will be factored.

About

Parallel version of Leonardo's Prime Factors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published