From 92da7a82035d6acd71ee9e680efd3f2b9320b9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20N=C3=A9meth=20Cs=2E?= Date: Sat, 21 Dec 2024 03:55:25 +0100 Subject: [PATCH] Update README.md --- 2024/Day20/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/Day20/README.md b/2024/Day20/README.md index 0ed3c293..76d9ad9b 100644 --- a/2024/Day20/README.md +++ b/2024/Day20/README.md @@ -15,7 +15,7 @@ Then, I go over the path. For each position, the number of possible cheats is ca There are a number of cases to consider: - the target position is too far away. This happens when its Manhattan distance is greater than the allowed _cheat_ limit -- the target is within range, but actually further from the finish when we are (the saving is negative). +- the target is within range, but actually further away from the finish than we are (the saving is negative). - the target is within range, closer to the finish, but the saving is still less than 100 - the target is within range, and the saving is at least 100