mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Update graph.py (#809)
This commit is contained in:
parent
c47c1ab03c
commit
13c0c166d8
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user