1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-11 19:53:59 +02:00

Fix broken youtube link (#6461)

Fix the "Breadth-first search in 4 minutes" broken link
This commit is contained in:
Ahmad Shalabi
2024-08-10 02:17:07 +03:00
committed by GitHub
parent c4b5971d45
commit eea6275571

View File

@@ -5,4 +5,4 @@ Breadth first search for a graph is a way to traverse the graph. It starts at th
Visit the following resources to learn more: Visit the following resources to learn more:
- [@video@Graph Algorithms II - DFS, BFS, Kruskals Algorithm, Union Find Data Structure - Lecture 7](https://www.youtube.com/watch?v=ufj5_bppBsA&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=7) - [@video@Graph Algorithms II - DFS, BFS, Kruskals Algorithm, Union Find Data Structure - Lecture 7](https://www.youtube.com/watch?v=ufj5_bppBsA&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&index=7)
- [@video@Breadth-first search in 4 minutes](https://www.youtube.com/watch?v=hz5ytanv5qe) - [@video@Breadth-first search in 4 minutes](https://www.youtube.com/watch?v=HZ5YTanv5QE)