Skip to content

Commit a0f6c5c

Browse files
authored
Update README.md
1 parent 2a32de3 commit a0f6c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Graphs/Breadth First Search/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The algorithm works as follows:
2121
## Input & Output
2222
### Input:
2323

24-
<img width=50% src="../BFS/Images/input.jpg">
24+
<img width=50% src="../Breadth First Search/Images/input.jpg">
2525

2626
```python
2727
graph = {
@@ -33,7 +33,7 @@ graph = {
3333
}
3434
```
3535
### Output:
36-
<img width=50% src="../BFS/Images/output.jpg">
36+
<img width=50% src="../Breadth First Search/Images/output.jpg">
3737

3838
```python
3939
Breadth-first Search: A B C D E

0 commit comments

Comments
 (0)