mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-25 20:46:08 +00:00
deploy
This commit is contained in:
@@ -3426,7 +3426,7 @@
|
||||
|
||||
|
||||
<h1 id="92">9.2 图基础操作<a class="headerlink" href="#92" title="Permanent link">¶</a></h1>
|
||||
<p>图的基础操作可分为对「边」的操作和对「顶点」的操作。在「邻接矩阵」和「邻接表」两种表示方法下,实现方式有所不同。</p>
|
||||
<p>图的基础操作可分为对“边”的操作和对“顶点”的操作。在“邻接矩阵”和“邻接表”两种表示方法下,实现方式有所不同。</p>
|
||||
<h2 id="921">9.2.1 基于邻接矩阵的实现<a class="headerlink" href="#921" title="Permanent link">¶</a></h2>
|
||||
<p>给定一个顶点数量为 <span class="arithmatex">\(n\)</span> 的无向图,则有:</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user