- #1
Theia
- 122
- 1
Hi all!
I've been trying to find a reasonable way to solve following problem:
N people meet each others in groups of K people such that no one meets more than once.
If I'm not mistaken, this requires two things:
I've been trying to find a reasonable way to solve following problem:
N people meet each others in groups of K people such that no one meets more than once.
If I'm not mistaken, this requires two things:
- N must be divisible by K
- N - 1 must be divisible by K - 1.