Oblig3 clarification

I got a question yesterday about the following point in oblig 3:

"The execution time for the sieve must not exceed 30 seconds - if it does, you are doing something wrong.
Similarly, the time for factorization should not exceed 60 seconds."

The question was if the 30 and 60 second time limits are for the sequential or the parallell implementation. It's for the parallell one. Typically, the sequential solution to factorization provided takes a bit longer than 60 seconds, so don't worry about it :)

- Kim

Published Mar. 18, 2020 1:29 PM - Last modified Mar. 18, 2020 1:29 PM