Fix broken youtube link (#6461)

Fix the "Breadth-first search in 4 minutes" broken link
pull/6470/head
Ahmad Shalabi 3 months ago committed by GitHub
parent c4b5971d45
commit eea6275571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/computer-science/content/breadth-first-search@vcV6TEM_PqXxtThdfMKGw.md

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

Loading…
Cancel
Save