We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5576944 commit a41e4a1Copy full SHA for a41e4a1
src/data-structures/graph/README.md
@@ -20,4 +20,6 @@ represented by integer indices or references.
20
21
## References
22
23
-[Wikipedia](https://en.wikipedia.org/wiki/Graph_(abstract_data_type))
+- [Wikipedia](https://en.wikipedia.org/wiki/Graph_(abstract_data_type))
24
+- [Introduction to Graphs on YouTube](https://www.youtube.com/watch?v=gXgEDyodOJU&index=9&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
25
+- [Graphs representation on YouTube](https://www.youtube.com/watch?v=k1wraWzqtvQ&index=10&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
0 commit comments