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$ 替換為權重,則可表示有權圖。