Skip to content

Commit 53c1b0f

Browse files
committed
Blog, 2023 Day 25: Add proper attribution to images
1 parent 906f894 commit 53c1b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/src/content/solutions/2023/25/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ the minimum cut of the graph.
5555
was usually true, it was untrue often enough that I didn't feel comfortable
5656
using it.
5757

58-
:::image-figure[The marked edge is contracted into a single node.]
58+
:::image-figure[The marked edge is contracted into a single node. :br :small[_(Image from the [WikiMedia Commons](https://commons.wikimedia.org/wiki/File:Edge_contraction_in_a_multigraph.svg), licensed under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/deed.en))._]]
5959
![An edge in a multigraph is contracted. Self-loops are eliminated.](edge-contraction.png)
6060
:::
6161

@@ -65,7 +65,7 @@ choosing edges and contracting them; eventually, only two nodes will be left in
6565
the graph, and the edges that connect them will (probably) be part of the
6666
minimum cut.
6767

68-
:::image-figure[Karger's algorithm successfully finds the minimum cut of this graph.]
68+
:::image-figure[Karger's algorithm successfully finds the minimum cut of this graph. :br :small[_(Image from the [WikiMedia Commons](https://commons.wikimedia.org/wiki/File:Edge_contraction_in_a_multigraph.svg), modified, and licensed under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/deed.en))._]]
6969
![A single (successful) run of Karger's algorithm on a ten-node graph. The graph consists of two interconnected groups of five nodes each, marked with white nodes and red nodes respectively, and three edges that connect the groups. A random edge is contracted at each step until only a white node and a red node remain, with three edges between them.](kargers-algorithm.png)
7070
:::
7171

0 commit comments

Comments
 (0)