Skip to content

Commit 4590899

Browse files
authored
Update Graph Theory resources in README
1 parent e58e40f commit 4590899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This repository contains awesome LeetCode resources to learn Data Structures and
3232
- [Binary Search](https://leetcode.com/discuss/study-guide/786126/Python-Powerful-Ultimate-Binary-Search-Template.-Solved-many-problems)
3333
- [Greedy Algorithm](https://www.freecodecamp.org/news/greedy-algorithms/)
3434
- [Dynamic Programming](https://medium.com/basecs/less-repetition-more-dynamic-programming-43d29830a630)
35-
- [Graph Theory](https://medium.com/basecs/a-gentle-introduction-to-graph-theory-77969829ead8)
36-
- [Important Graph Algorithms](https://blog.algomaster.io/p/master-graph-algorithms-for-coding)
35+
- [Graph Theory](https://www.youtube.com/watch?v=xN5VGzK9_FQ&list=PLK63NuByH5o9odyBT7nfYkHZyvGQ5oVp2)
36+
- [Master Graph Algorithms](https://blog.algomaster.io/p/master-graph-algorithms-for-coding)
3737
- [DFS Traversal](https://medium.com/basecs/deep-dive-through-a-graph-dfs-traversal-8177df5d0f13)
3838
- [BFS Traversal](https://medium.com/basecs/going-broad-in-a-graph-bfs-traversal-959bd1a09255)
3939
- [Union-Find](https://leetcode.com/discuss/general-discussion/1072418/Disjoint-Set-Union-(DSU)Union-Find-A-Complete-Guide)

0 commit comments

Comments
 (0)