Skip to content

saadaltabari/extra-life-guard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extra Lifeguard

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.

Requirements

  • python >= 3.9.0

Running the application

python main.py

File structure

  • 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 directory files/input/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages