This implements an Exam Scheduler in Python using recursive backtracking. It attempts to assign exams to available rooms based on their scheduled times and room availability windows, without any time ...
To setup this project first start docker engine in your local or on server changes these configurations accordingly in the docker-compose.yml file You need to develop a scheduler microservice that ...