Skip to content

Commit 9e93155

Browse files
authored
Update bfs_exercise.md
1 parent c95f88c commit 9e93155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎algorithms/9_BreadthFirstSearch/bfs_exercise.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Implement a function to find whether a path exists for a given set of airline ro
66
Example: A, B, C, D, E, F are the nodes of the graph.
77

88

9-
For example, you are given following data:
9+
For example, if you are given following data:
1010

1111
```
1212
data = {
@@ -19,7 +19,7 @@ data = {
1919
}
2020
```
2121

22-
the resultant graph will be :-
22+
The resultant graph will be:
2323

2424
![alt text](https://github.com/nikhilailani/data-structures-algorithms-python/blob/master/algorithms/9_BreadthFirstSearch/DFS_BFS_Graph.png)
2525

0 commit comments

Comments
 (0)