Can anyone suggest a way i can see if my program is still running as it is computing?
I have a program that potentially could be running a loop a vbery large number of times. E.g. I am currently trying to Factor RSA 100. it is impractical for me to output at each iteration as this would be a lot of outputs(something with 100 digits).
Cheers
I have a program that potentially could be running a loop a vbery large number of times. E.g. I am currently trying to Factor RSA 100. it is impractical for me to output at each iteration as this would be a lot of outputs(something with 100 digits).
Cheers