From a41e4a18b72612e617fa688bca825e0da04eb6b1 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Mon, 21 May 2018 16:39:54 +0300 Subject: [PATCH] Update READMEs. --- src/data-structures/graph/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data-structures/graph/README.md b/src/data-structures/graph/README.md index ec1d1efe..380db3aa 100644 --- a/src/data-structures/graph/README.md +++ b/src/data-structures/graph/README.md @@ -20,4 +20,6 @@ represented by integer indices or references. ## References -[Wikipedia](https://en.wikipedia.org/wiki/Graph_(abstract_data_type)) +- [Wikipedia](https://en.wikipedia.org/wiki/Graph_(abstract_data_type)) +- [Introduction to Graphs on YouTube](https://www.youtube.com/watch?v=gXgEDyodOJU&index=9&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) +- [Graphs representation on YouTube](https://www.youtube.com/watch?v=k1wraWzqtvQ&index=10&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)