Skip to content

Commit 13c0c16

Browse files
ImNandhapoyea
authored andcommitted
Update graph.py (#809)
1 parent c47c1ab commit 13c0c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/graph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from __future__ import print_function
55
# Author: OMKAR PATHAK
66

7-
# We can use Python's dictionary for constructing the graph
7+
# We can use Python's dictionary for constructing the graph.
88

99
class AdjacencyList(object):
1010
def __init__(self):

0 commit comments

Comments
 (0)