mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 18:49:26 +08:00
Update graph.py (#809)
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
# Author: OMKAR PATHAK
|
# 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):
|
class AdjacencyList(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Reference in New Issue
Block a user