from collections import deque for line 10
https://docs.python.org/3/library/collections.html?highlight=dequepull/147/head
parent
38a93dc190
commit
2e3b801189
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from collections import deque
|
||||
|
||||
|
||||
class Graph(object):
|
||||
|
||||
|
|
Loading…
Reference in New Issue