mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00: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