Skip to content

Commit 9f5502a

Browse files
committed
change 2 images rather than image then text
1 parent 3de210a commit 9f5502a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph/mst_prim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In the left image you can see a weighted undirected graph, and in the right imag
1515

1616
<div style="text-align: center;">
1717
<img src="MST_before.png" alt="Random graph">
18-
![MST of this graph](MST_after.png)
18+
<img src="MST_after.png" alt="MST of this graph">
1919
</div>
2020

2121
It is easy to see that any spanning tree will necessarily contain $n-1$ edges.

0 commit comments

Comments
 (0)