Skip to content

Commit 7503822

Browse files
committed
8,11
1 parent 905c42c commit 7503822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2025/Day08/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ disjoint set representation. It's fast enough this way as well, and switching to
1212

1313
This is how my graph looks with the spanning tree:
1414

15-
<video src="graph.mp4" controls autoplay loop muted playsinline width="640">
15+
<video src="graph.mp4" controls autoplay loop muted playsinline width="100%">
1616
</video>
1717

1818
I created a small [renderer](graph.html) for this. (Well, ChatGPT created the render, with my guidance.)

2025/Day11/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Visit the website for the full story and [full puzzle](https://adventofcode.com/
1010
We got an easy dynamic programming task for today, a refresher after the last two days of madness. Here is my input
1111
rendered to an image.
1212

13-
<video src="graph.mp4" controls autoplay loop muted playsinline width="640">
13+
<video src="graph.mp4" autoplay loop muted playsinline width="100%">
1414
</video>
1515

1616
I created a small [renderer](graph.html) for this. (Well, ChatGPT created the render, with my input.)

0 commit comments

Comments
 (0)