Skip to content

Commit fc8d5dc

Browse files
committed
formatted multiple images in center tag
1 parent 9f5502a commit fc8d5dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/graph/second_best_mst.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ For example:
5555

5656
<div style="text-align: center;">
5757
<img src="second_best_mst_1.png" alt="MST">
58-
![Second best MST](second_best_mst_2.png) <br>
58+
<img src="second_best_mst_2.png" alt="Second best MST">
59+
<br />
5960

6061
*In the image left is the MST and right is the second best MST.*
6162
</div>

src/graph/topological-sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is one given graph together with its topological order:
1515

1616
<div style="text-align: center;">
1717
<img src="topological_1.png" alt="example directed graph">
18-
![one topological order](topological_2.png)
18+
<img src="topological_2.png" alt="one topological order">
1919
</div>
2020

2121
Topological order can be **non-unique** (for example, if there exist three vertices $a$, $b$, $c$ for which there exist paths from $a$ to $b$ and from $a$ to $c$ but not paths from $b$ to $c$ or from $c$ to $b$).

0 commit comments

Comments
 (0)