krahets/hello-algo

图的表示:邻接矩阵图示错误

Cc050511 opened this issue · 1 comments

image
左图是 1-2 对应到右图应该是0-1

上图没问题,你用红框框出的是“节点索引”

顶点列表为 vets = [1, 3, 2, 5, 4] ,其中节点 1 和节点 2 的索引分别为 0 和 2。