mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +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$ 替換為權重,則可表示有權圖。
|
||||
|
||||
|
||||
@ -358,6 +358,34 @@
|
||||
<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>
|
||||
|
||||
<!-- translators -->
|
||||
<div style="margin: 2em auto;">
|
||||
<h3>繁體版審閱者</h3>
|
||||
<div class="profile-div">
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/Shyam-Chen">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_Shyam-Chen.jpg"
|
||||
alt="Reviewer: Shyam-Chen" />
|
||||
<br><b>Shyam-Chen</b>
|
||||
</a>
|
||||
</div>
|
||||
<div class="profile-cell">
|
||||
<a href="https://github.com/Dr-XYZ">
|
||||
<img class="profile-img" src="../assets/avatar/avatar_Dr-XYZ.jpg"
|
||||
alt="Reviewer: Dr-XYZ" />
|
||||
<br><b>Dr-XYZ</b>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user