mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-28 00:24:21 +00:00
Remove center-table from docs.
Add header to the tables.
This commit is contained in:
@@ -73,13 +73,10 @@ $$
|
||||
## 图常见应用
|
||||
|
||||
实际应用中,许多系统都可以用图来建模,相应的待求解问题也可以约化为图计算问题。
|
||||
|
||||
<div class="center-table" markdown>
|
||||
<p align="center"> 表:现实生活中常见的图 </p>
|
||||
|
||||
| | 顶点 | 边 | 图计算问题 |
|
||||
| ------ | ---- | --------------- | ------------ |
|
||||
| 社交网络 | 用户 | 好友关系 | 潜在好友推荐 |
|
||||
| 地铁线路 | 站点 | 站点间的连通性 | 最短路线推荐 |
|
||||
| 太阳系 | 星体 | 星体间的万有引力作用 | 行星轨道计算 |
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user