Adjacency list
A graph representation that stores the outgoing neighbors of each vertex.
Also known as adjacency map, neighbors list, 邻接映射, 邻居列表
A graph representation that stores the outgoing neighbors of each vertex.
Also known as adjacency map, neighbors list, 邻接映射, 邻居列表