Skip to content

Commit a3a1973

Browse files
committed
Blog, 2023 Day 25: Fix attribution link for image
1 parent 637907f commit a3a1973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. :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))._]]
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:Single_run_of_Karger%E2%80%99s_Mincut_algorithm.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)