PackageDescription: GroupAssignment


Group Assignment

Last published: October 23, 2016 by 'stevek'

Defines 4 Classes
Extends 4 Classes


This package implements, simulates and checks a particular way of assigning people to groups, having them do a task and move on to another group. Using prime numbers keeps people from meeting the same person twice, and from doing the same task twice (if each group is a different task station). See Lesson class comment for more details.

NB This is NOT a classroom assignment on some Smalltalk course!