build
This commit is contained in:
parent
048f52687f
commit
8b4ea94a65
@ -1289,7 +1289,7 @@ comments: true
|
|||||||
class GraphAdjList
|
class GraphAdjList
|
||||||
{
|
{
|
||||||
// 邻接表,key: 顶点,value:该顶点的所有邻接顶点
|
// 邻接表,key: 顶点,value:该顶点的所有邻接顶点
|
||||||
Dictionary<Vertex, List<Vertex>> adjList;
|
public Dictionary<Vertex, List<Vertex>> adjList;
|
||||||
|
|
||||||
/* 构造函数 */
|
/* 构造函数 */
|
||||||
public GraphAdjList(Vertex[][] edges)
|
public GraphAdjList(Vertex[][] edges)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user