Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc8d5dc

Browse files
committed
formatted multiple images in center tag
1 parent9f5502a commitfc8d5dc

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
<divstyle="text-align:center;">
5757
<imgsrc="second_best_mst_1.png"alt="MST">
58-
![Second best MST](second_best_mst_2.png) <br>
58+
<imgsrc="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
<divstyle="text-align:center;">
1717
<imgsrc="topological_1.png"alt="example directed graph">
18-
![one topological order](topological_2.png)
18+
<imgsrc="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)

[8]ページ先頭

©2009-2025 Movatter.jp