Update graph.py (#809)

This commit is contained in:
ImNandha 2019-05-16 16:53:23 +05:30 committed by John Law
parent c47c1ab03c
commit 13c0c166d8

View File

@ -4,7 +4,7 @@
from __future__ import print_function
# Author: OMKAR PATHAK
# We can use Python's dictionary for constructing the graph
# We can use Python's dictionary for constructing the graph.
class AdjacencyList(object):
def __init__(self):