From 87d729b5596d67e4fc437a9a33dfc3c208b0e15f Mon Sep 17 00:00:00 2001 From: Meezan Mallick <58031846+meezan-mallick@users.noreply.github.com> Date: Sun, 13 Nov 2022 11:01:27 +0530 Subject: [PATCH 1/2] added Array video link from Harvard University Arrays explained in this video can be very helpful for beginners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2e0dfc..46ce5a5 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ if you can identify the runtime complexity of different algorithms. It's a super - ### Arrays - [ ] About Arrays: + - [Arrays CS50 Harvard University](https://youtu.be/tI_tIZFyKBw) - [Arrays (video)](https://www.coursera.org/lecture/data-structures/arrays-OsBSF) - [UC Berkeley CS61B - Linear and Multi-Dim Arrays (video)](https://archive.org/details/ucberkeley_webcast_Wp8oiO_CZZE) (Start watching from 15m 32s) - [Dynamic Arrays (video)](https://www.coursera.org/lecture/data-structures/dynamic-arrays-EwbnV) From 586f15f0ade76fa2045f3b55e551cd0a2a8572a6 Mon Sep 17 00:00:00 2001 From: Meezan Mallick <58031846+meezan-mallick@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:06:48 +0530 Subject: [PATCH 2/2] Updated the arrays video at the specific time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ce5a5..0f00777 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ if you can identify the runtime complexity of different algorithms. It's a super - ### Arrays - [ ] About Arrays: - - [Arrays CS50 Harvard University](https://youtu.be/tI_tIZFyKBw) + - [Arrays CS50 Harvard University](https://www.youtube.com/watch?v=tI_tIZFyKBw&t=3009s) - [Arrays (video)](https://www.coursera.org/lecture/data-structures/arrays-OsBSF) - [UC Berkeley CS61B - Linear and Multi-Dim Arrays (video)](https://archive.org/details/ucberkeley_webcast_Wp8oiO_CZZE) (Start watching from 15m 32s) - [Dynamic Arrays (video)](https://www.coursera.org/lecture/data-structures/dynamic-arrays-EwbnV)