小于 1 分钟
Home > @hz-9/algorithm > Graph > adjList
Graph.adjList property
Map of adjacency lists.
邻接表的映射。
Signature:
readonly adjList: Map<Vertice<T>, Array<Edge<Vertice<T>>>>;Home > @hz-9/algorithm > Graph > adjList
Map of adjacency lists.
邻接表的映射。
Signature:
readonly adjList: Map<Vertice<T>, Array<Edge<Vertice<T>>>>;