Prompt shell
Replace highlighted brackets, then copy.
Given a list of student names, create [group size] groups, keep groups balanced, show each group numbered.
How to use
group size- replace the bracketed field with your info
Provide (Inputs)
- Names list
- Group size
- Keep previous groups apart? (yes/no)
Expected output (Outputs)
- Grouped list
- Group count
Tips
- Handle remainders by adding one to early groups.
- Optional: remember last groups to avoid repeats.
- Display clearly for projection.