This way I can grab all the employees for a given meeting. For each employee, I can find all of the employees assigned meetings. if the meeting has an associated time slot, add it to an unsorted partial assignment array. Sort those meetings by time slot and then do the comparison check to make sure the employee can make the next meeting
This way I can grab all the employees for a given meeting. For each employee, I can find all of the employees assigned meetings. if the meeting has an associated time slot, add it to an unsorted partial assignment array. Sort those meetings by time slot and then do the comparison check to make sure the employee can make the next meeting