Skip to content

Commit

Permalink
Update docs on Wed Dec 18 07:05:10 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent 4ee62f4 commit 834d73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/18/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h2 id="problem-name">RAM Run</h2>
</div>

<div class="content">
<div id="notes"><p>You and The Historians look a lot more pixelated than you remember. You&#39;re <a href="/2017/day/2">inside a computer</a> at the North Pole!</p>
<div id="notes"><p>You and The Historians look a lot more pixelated than you remember. You&#39;re <em>inside a computer</em> at the North Pole!</p>
<p>Just as you&#39;re about to check out your surroundings, a program runs up to you. &quot;This region of memory isn&#39;t safe! The User misunderstood what a <a href="https://en.wikipedia.org/wiki/Pushdown_automaton">pushdown automaton</a> is and their algorithm is pushing whole <em>bytes</em> down on top of us! Run!&quot;</p>
<p><em>Visit the website for the full story and <a href="https://adventofcode.com/2024/day/18">full puzzle</a> description.</em></p>
<p>We got a simple path finding problem for today. I implemented a <em>binary search</em> for the second part.</p>
Expand Down

0 comments on commit 834d73c

Please sign in to comment.