from collections import deque for line 10

https://docs.python.org/3/library/collections.html?highlight=deque
This commit is contained in:
cclauss
2018-03-10 08:14:28 +01:00
committed by GitHub
parent 38a93dc190
commit 2e3b801189

View File

@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from collections import deque
class Graph(object): class Graph(object):