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.
This commit is contained in:
Yudong Jin
2024-11-07 20:56:16 +08:00
committed by GitHub
parent 57cf6b1ea6
commit 73eab4c0ec
21 changed files with 121 additions and 3 deletions

View File

@ -54,7 +54,7 @@ $$
邻接矩阵具有以下特性。
- 顶点不能与自身相连,此邻接矩阵主对角线元素没有意义。
- 在简单图中,顶点不能与自身相连,此邻接矩阵主对角线元素没有意义。
- 对于无向图,两个方向的边等价,此时邻接矩阵关于主对角线对称。
- 将邻接矩阵的元素从 $1$ 和 $0$ 替换为权重,则可表示有权图。