From 2b90d97fa8977b503003b4a03bf5cec639fefba0 Mon Sep 17 00:00:00 2001 From: "Jeremy R. Manning" Date: Mon, 8 Jul 2024 22:45:24 -0400 Subject: [PATCH] typo fix --- problems/1701/jeremymanning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/1701/jeremymanning.md b/problems/1701/jeremymanning.md index 576bee4..ffe15f8 100644 --- a/problems/1701/jeremymanning.md +++ b/problems/1701/jeremymanning.md @@ -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)`