Summer preparation, Data Structures assignment. This script calculates the maximum time a group of lifeguards can cover a swimming pool, if one of the lifeguards will be fired from their job.
The script reads the schedules of lifeguards from an .in
input file and outputs the maximum coverage that can be achieved to an .out
output file.
- python >= 3.9.0
python main.py
main.py
includes all functionality.files/input/
contains all input files.files/output/
contains output files that include the result of running the script on the input files in the directoryfiles/input/
.