The problem is:
-given the number or students, number of weeks, and number of tables, write an algorithm that takes the students and places then at tables for (w) weeks, switching every week, so that the interaction between different students is maximized. As in, each students should not spend too many weeks with one specific student. the number of tables is always less than the number of students, and the number of students does not necesserily need to divide into the number of tables
-given the number or students, number of weeks, and number of tables, write an algorithm that takes the students and places then at tables for (w) weeks, switching every week, so that the interaction between different students is maximized. As in, each students should not spend too many weeks with one specific student. the number of tables is always less than the number of students, and the number of students does not necesserily need to divide into the number of tables
Comment