We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c01c7 commit 92da7a8Copy full SHA for 92da7a8
2024/Day20/README.md
@@ -15,7 +15,7 @@ Then, I go over the path. For each position, the number of possible cheats is ca
15
16
There are a number of cases to consider:
17
- the target position is too far away. This happens when its Manhattan distance is greater than the allowed _cheat_ limit
18
-- 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).
19
- the target is within range, closer to the finish, but the saving is still less than 100
20
- the target is within range, and the saving is at least 100
21
0 commit comments