Quoted By:
uhh, i'm looking for an algorithm which will allow my program to get every possible combination of numbers, given, let's say, 3 numbers and each of them can be a number between 1-100. i could just store every used combination and check for it, but it would be a l i t t l e inefficient (and would probably finish in 10 years), so how can i tackle this problem? most importantly, i want to break this process into smaller chunks, so the computation can run in parallel. can you help me, smart frens?