1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-04 07:22:26 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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:
- [@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)