Skip to content

Commit 81a0114

Browse files
author
ybenchekroun
authored
Rename graph_adjacency-list.py to Graphs/graph_adjacency-list.py
1 parent 5ca68c1 commit 81a0114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_adjacency-list.py renamed to Graphs/graph_adjacency-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def print_graph(self):
4444
for edge in edges:
4545
g.add_edge(edge[:1], edge[1:])
4646

47-
g.print_graph()
47+
g.print_graph()

0 commit comments

Comments
 (0)