Fix a comment in graph_adjacency_list

This commit is contained in:
krahets
2023-02-23 20:32:26 +08:00
parent 73c8920c6b
commit adbb12c011
6 changed files with 6 additions and 9 deletions

View File

@ -8,8 +8,7 @@ import utils
/* */
public class GraphAdjList {
// 使
// adjList Vertex
// key: value
public private(set) var adjList: [Vertex: [Vertex]]
/* */