Scenario:
Assuming I have the following subjects with the maximum hours
per week and assigned teachers:
And I have the following classrooms:
Write an algorithm that can automatically assign classroom slots
based upon the above requirements.
The only constraint here is that each subject should not exceed
6 hours per week.
Proposed Solution: