Skip to content

Commit 1ed7d77

Browse files
committed
chore : updated
1 parent 88bb919 commit 1ed7d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,11 @@ Graph represents network. It has Nodes, Vertices and Edges.
405405
When you want to find all possible routes between airports then you want to use BFS.
406406
Find all possible routes from `PHX` to `BKK`. Also then you can decide which path is the shortest one.
407407

408-
![](https://i.imgur.com/CvPhRQx.png)
409-
410408
![](https://i.imgur.com/Fc8HIae.png)
411409

412-
[Find all possible routes using BFS Exercise & Answer](./src/data-structure/5-graph/breadth-first-search.mjs)
410+
[Exercise Answer Source Code: Find all possible routes using BFS](./src/data-structure/5-graph/breadth-first-search.mjs)
411+
412+
![](https://i.imgur.com/CvPhRQx.png)
413413

414414
#### Depth First Search (DFS)
415415

0 commit comments

Comments
 (0)