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.