Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
encse authored Dec 21, 2024
1 parent 79c01c7 commit 92da7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/Day20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 92da7a8

Please sign in to comment.