mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
Update graph.py (#809)
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user