Skip to content

Algorithm Strategies

Zachary Sailer edited this page Nov 17, 2016 · 1 revision

Method 1

Randomly order students. Populate all classes in first period with students. Repeat this for second period, and so on.

Method 2

Random order students. Populate a single student's schedule across all periods. Repeat for all students.

Method 3

Order students based on difficulty of schedule. Populate most difficult students' schedules first. Then, populate more flexible students.

Clone this wiki locally