Skip to content

Commit

Permalink
Add deque import to Social Graph solution (donnemartin#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and donnemartin committed Mar 24, 2018
1 parent d90b562 commit 7e316ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/system_design/social_graph/social_graph_snippets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
from collections import deque


class Graph(object):

Expand Down

0 comments on commit 7e316ce

Please sign in to comment.