摘要:
import collections class graph: def __init__(self,point,graph): self.graph=graph #传入的临接表 self.point=point #数组 self.visited=[0 for _ in range(len(graph 阅读全文
posted @ 2021-08-15 11:58
footmark89
阅读(19)
评论(0)
推荐(0)