Skip to content

Commit

Permalink
Update docs on Sat Dec 21 02:55:42 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2024
1 parent 3dd9118 commit 7112f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/20/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h2 id="problem-name">Race Condition</h2>
<p>There are a number of cases to consider:</p>
<ul>
<li>the target position is too far away. This happens when its Manhattan distance is greater than the allowed <em>cheat</em> limit</li>
<li>the target is within range, but actually further from the finish when we are (the saving is negative).</li>
<li>the target is within range, but actually further away from the finish than we are (the saving is negative).</li>
<li>the target is within range, closer to the finish, but the saving is still less than 100</li>
<li>the target is within range, and the saving is at least 100</li>
</ul>
Expand Down

0 comments on commit 7112f35

Please sign in to comment.