mirror of
https://github.com/donnemartin/system-design-primer
synced 2026-01-10 11:18:01 +00:00
Add deque import to Social Graph solution (#147)
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
from collections import deque
|
||||||
|
|
||||||
|
|
||||||
class Graph(object):
|
class Graph(object):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user