Skip to content

Commit 5ca68c1

Browse files
author
ybenchekroun
authored
Rename bfs.py to Graphs/BreadthFirstSearch.py
1 parent a2da08f commit 5ca68c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bfs.py renamed to Graphs/BreadthFirstSearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def bfs(self, vert):
6868
g.add_edge(edge[:1], edge[1:])
6969

7070
g.bfs(a)
71-
g.print_graph()
71+
g.print_graph()

0 commit comments

Comments
 (0)