-
Notifications
You must be signed in to change notification settings - Fork 3
Algorithm Strategies
Zachary Sailer edited this page Nov 17, 2016
·
1 revision
Randomly order students. Populate all classes in first period with students. Repeat this for second period, and so on.
Random order students. Populate a single student's schedule across all periods. Repeat for all students.
Order students based on difficulty of schedule. Populate most difficult students' schedules first. Then, populate more flexible students.