Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored Jul 9, 2024
1 parent 3b15802 commit 2b90d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/1701/jeremymanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- `totalWait += chefBusyUntil - x` # wait until the chef is done with the current workload
- Else:
- `chefBusyUntil = x` # need to wait until the next customer arrives to start on their request
- `totalWait += y
- `totalWait += y`
- `chefBusyUntil += y`
- Then return `totalWait / len(customers)`

Expand Down

0 comments on commit 2b90d97

Please sign in to comment.