Add deque import to Social Graph solution (#147)
parent
d90b562a8b
commit
7e316ce7c8
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from collections import deque
|
||||
|
||||
|
||||
class Graph(object):
|
||||
|
||||
|
|
Loading…
Reference in New Issue