Skip to content

Commit 2f9c714

Browse files
Update docs on Mon Dec 15 12:15:58 UTC 2025
1 parent c214696 commit 2f9c714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2025/11/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h2 id="problem-name">Reactor</h2>
280280
</em></p>
281281
<p>We got an easy dynamic programming task for today, a refresher after the last two days of madness. Here is my input
282282
rendered to an image.</p>
283-
<video src="graph.mp4" controls autoplay loop muted playsinline width="640">
283+
<video src="graph.mp4" autoplay loop muted playsinline width="100%">
284284
</video>
285285

286286
<p>I created a small <a href="graph.html">renderer</a> for this. (Well, ChatGPT created the render, with my input.)</p>

2025/8/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ <h2 id="problem-name">Playground</h2>
281281
<p>I decided to go with two implementations of Kruskal&#39;s algorithm, as part one and two are different enough. I didn&#39;t use a
282282
disjoint set representation. It&#39;s fast enough this way as well, and switching to disjoint sets would just make the code longer.</p>
283283
<p>This is how my graph looks with the spanning tree:</p>
284-
<video src="graph.mp4" controls autoplay loop muted playsinline width="640">
284+
<video src="graph.mp4" controls autoplay loop muted playsinline width="100%">
285285
</video>
286286

287287
<p>I created a small <a href="graph.html">renderer</a> for this. (Well, ChatGPT created the render, with my guidance.)</p>

0 commit comments

Comments
 (0)