We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b15802 commit 2b90d97Copy full SHA for 2b90d97
problems/1701/jeremymanning.md
@@ -17,7 +17,7 @@
17
- `totalWait += chefBusyUntil - x` # wait until the chef is done with the current workload
18
- Else:
19
- `chefBusyUntil = x` # need to wait until the next customer arrives to start on their request
20
- - `totalWait += y
+ - `totalWait += y`
21
- `chefBusyUntil += y`
22
- Then return `totalWait / len(customers)`
23
0 commit comments