update docs and clarify scenarios #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(via @kate)
2 typical use scenarios for the algorithm
given a group of 19 people
make groups of 2 for as many rounds as it takes until everyone has met once
make 10 rounds of groups of 2, and 5 rounds of groups of 5. pairs should not repeat, the 5s can include repeat meetings once all the unique combinations of people have been used up (if this is possible)
in each case, any leftover people (expected) are flagged, the human operater then adds them to an existing pair or group.
the script should be marked so that changing group size of round number is easily apparent
...with underfull and overfull groups