Update reviewer profiles (#1547)
* Sync zh and zh-hant versions. * Remove the polyfill.io link from mkdocs.yml * Update contributors' info for code reviewers and en/zh-hant versions reviewers. * Fix graph.md * Update avatars for English version reviewers. * Sync zh and zh-hant versions.
BIN
docs/assets/avatar/avatar_Dr-XYZ.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
docs/assets/avatar/avatar_K3v123.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
docs/assets/avatar/avatar_Phoenix0415.jpg
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
docs/assets/avatar/avatar_QiLOL.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
docs/assets/avatar/avatar_RafaelCaso.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
docs/assets/avatar/avatar_SamJin98.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
docs/assets/avatar/avatar_Shyam-Chen.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 24 KiB |
BIN
docs/assets/avatar/avatar_magentaqin.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
BIN
docs/assets/avatar/avatar_pengchzn.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
docs/assets/avatar/avatar_rongyi.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
docs/assets/avatar/avatar_thomasq0.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
docs/assets/avatar/avatar_yanedie.jpg
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
docs/assets/avatar/avatar_yuelinxin.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
@ -54,7 +54,7 @@ $$
|
||||
|
||||
邻接矩阵具有以下特性。
|
||||
|
||||
- 顶点不能与自身相连,因此邻接矩阵主对角线元素没有意义。
|
||||
- 在简单图中,顶点不能与自身相连,此时邻接矩阵主对角线元素没有意义。
|
||||
- 对于无向图,两个方向的边等价,此时邻接矩阵关于主对角线对称。
|
||||
- 将邻接矩阵的元素从 $1$ 和 $0$ 替换为权重,则可表示有权图。
|
||||
|
||||
|
||||
@ -358,6 +358,13 @@
|
||||
<br><sub>Go, C</sub>
|
||||
</a>
|
||||
</div>
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/rongyi">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_rongyi.jpg" alt="Reviewer: rongyi" />
|
||||
<br><b>rongyi</b>
|
||||
<br><sub>Rust</sub>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||