We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a32de3 commit a0f6c5cCopy full SHA for a0f6c5c
Graphs/Breadth First Search/README.md
@@ -21,7 +21,7 @@ The algorithm works as follows:
21
## Input & Output
22
### Input:
23
24
- <img width=50% src="../BFS/Images/input.jpg">
+ <img width=50% src="../Breadth First Search/Images/input.jpg">
25
26
```python
27
graph = {
@@ -33,7 +33,7 @@ graph = {
33
}
34
```
35
### Output:
36
- <img width=50% src="../BFS/Images/output.jpg">
+ <img width=50% src="../Breadth First Search/Images/output.jpg">
37
38
39
Breadth-first Search: A B C D E
0 commit comments