That sounds right: quadratic to fill the array of multiples and then the loop over all the candidates to see if any occur within that list of multiples.
1 Like
That sounds right: quadratic to fill the array of multiples and then the loop over all the candidates to see if any occur within that list of multiples.