File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
algorithms/9_BreadthFirstSearch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ data = {'A': {'B'},
1919
2020the resultant graph will be :-
2121
22- ![ alt text] ( https://github.com/nikhilailani/BFS_Traversal /blob/main /DFS_BFS_Graph.png )
22+ ![ alt text] ( https://github.com/nikhilailani/data-structures-algorithms-python /blob/master/algorithms/9_BreadthFirstSearch /DFS_BFS_Graph.png )
2323
2424
2525** Explanation:** Here, selecting A as source node and D as destination node, the values are passed to the function.
@@ -31,4 +31,4 @@ Path exists!
3131Path : A->B->D
3232'''
3333
34- [ Solution] ( https://github.com/nikhilailani/BFS_Traversal /blob/main/bfs_exercise_solution .py )
34+ [ Solution] ( https://github.com/nikhilailani/data-structures-algorithms-python /blob/master/algorithms/9_BreadthFirstSearch/DFS_BFS_Graph.pngbfs_exercise_solution .py )
You can’t perform that action at this time.
0 commit comments