Add deque import to Social Graph solution (#147)
This commit is contained in:
parent
b156e48e4b
commit
ea262de564
@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from collections import deque
|
||||
|
||||
|
||||
class Graph(object):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user