We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd9118 commit 7112f35Copy full SHA for 7112f35
2024/20/index.html
@@ -289,7 +289,7 @@ <h2 id="problem-name">Race Condition</h2>
289
<p>There are a number of cases to consider:</p>
290
<ul>
291
<li>the target position is too far away. This happens when its Manhattan distance is greater than the allowed <em>cheat</em> limit</li>
292
-<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>
293
<li>the target is within range, closer to the finish, but the saving is still less than 100</li>
294
<li>the target is within range, and the saving is at least 100</li>
295
</ul>
0 commit comments