未验证 提交 6e6dff24 编写于 作者: H Haochen Chen 提交者: GitHub

Merge pull request #114 from happygirlzt/master

Modify for Python 3.x
......@@ -50,7 +50,7 @@ class Graph(defaultdict):
t0 = time()
for v in self.keys():
for v in list(self):
for other in self[v]:
if v != other:
self[other].append(v)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册