- generate a given amount of groups randomly from an array of names
- pass history of past groups to maximize diversity when generating new groups (avoid putting together people who previously worked together)
- for any member of your group, show the list of who they previously worked with and how many times
cp data.sample.js data.js
node generateGroups.js
node showPreviousMatches.js