from collections import deque for line 10

https://docs.python.org/3/library/collections.html?highlight=deque
pull/147/head
cclauss 2018-03-10 08:14:28 +01:00 committed by GitHub
parent 38a93dc190
commit 2e3b801189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
from collections import deque
class Graph(object):