Skip to content

Commit 7f7de8f

Browse files
committed
chore: updated readme
1 parent 2e7071d commit 7f7de8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Find all possible routes from `PHX` to `BKK`. Also then you can decide which pat
440440

441441
![ ](https://i.imgur.com/Fc8HIae.png)
442442

443-
[Question Answer Source Code: Find all possible routes using BFS](./src/data-structure/5-graph/breadth-first-search.mjs)
443+
[Question Answer Source Code: Find all possible routes between 2 airports using BFS](./src/data-structure/5-graph/breadth-first-search.mjs)
444444

445445
![ ](https://i.imgur.com/CvPhRQx.png)
446446

@@ -450,7 +450,7 @@ Find all possible routes from `PHX` to `BKK`. Also then you can decide which pat
450450

451451
![ ](https://i.imgur.com/wHevaTK.png)
452452

453-
[Question Answer Source Code: Find shortest path using DFS](./src/data-structure/5-graph/depth-first-search.mjs)
453+
[Question Answer Source Code: Find shortest route between 2 airports using DFS](./src/data-structure/5-graph/depth-first-search.mjs)
454454

455455
## Algorithms Q&A
456456

@@ -580,3 +580,4 @@ abstract data type (ADT) - ADT is defined as a user point of view of a data type
580580

581581
- http://btholt.github.io/four-semesters-of-cs/
582582
- https://btholt.github.io/four-semesters-of-cs-part-two/
583+
- [Binary Tree Visualization](https://www.cs.usfca.edu/~galles/visualization/BST.html)

0 commit comments

Comments
 (0)