File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
282282rendered 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 >
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ <h2 id="problem-name">Playground</h2>
281281< p > I decided to go with two implementations of Kruskal's algorithm, as part one and two are different enough. I didn't use a
282282disjoint set representation. It'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 >
You can’t perform that action at this time.
0 commit comments