From 2697ccc1a39161b3e0418b8f9e29dde6763ec68a Mon Sep 17 00:00:00 2001 From: Jason Tee <33307008+AmplifiedHuman@users.noreply.github.com> Date: Tue, 10 Mar 2020 14:07:40 +0000 Subject: [PATCH] Update CS61B link to latest course website The website contains lecture videos and all materials covered in the course. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d267b..4f7c2f3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ But knowing the stuff will help you become better! :muscle:* - [Sorting Algorithms](https://visualgo.net/en/sorting) ### Data Structures -- :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd) +- :movie_camera: [UC Berkeley, Data Structures Course](https://sp19.datastructur.es/) ### Numbers - :book: [How to Count](https://www.goodreads.com/book/show/12093869-how-to-count)