2025-01-22 13:41:46

This commit is contained in:
2025-01-22 13:41:46 -04:00
parent 2eb98aa15b
commit 2e28778412
4 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Schedule Problem
A singler server has n customers to serve. The sere time t_i required by each customer i is known in advance. Goal is to minimize T, the time in the system for customer i.
A single server has n customers to serve. The sere time t_i required by each customer i is known in advance. Goal is to minimize T, the time in the system for customer i.
For example, t_1=5, t_2=10, t_3=3. Schedule 1: 123, Schedule 2: 231