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