mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-01 11:29:51 +08:00
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:
@ -54,7 +54,7 @@ $$
|
||||
|
||||
鄰接矩陣具有以下特性。
|
||||
|
||||
- 頂點不能與自身相連,因此鄰接矩陣主對角線元素沒有意義。
|
||||
- 在簡單圖中,頂點不能與自身相連,此時鄰接矩陣主對角線元素沒有意義。
|
||||
- 對於無向圖,兩個方向的邊等價,此時鄰接矩陣關於主對角線對稱。
|
||||
- 將鄰接矩陣的元素從 $1$ 和 $0$ 替換為權重,則可表示有權圖。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user