I am building an application in javascript that can calculate meetings with unique groups.
I have this information:
All meetings should be broken down into the number of groups. The goal is that no participant at all has seen someone double.
Does anyone have an idea how I can calculate this? I've been googling for days. I think with some kind of permutation.