From 04ee39ad8c064cd61ab298414e23c9a9c1ce7cad Mon Sep 17 00:00:00 2001 From: Xavi Lee <69554233+awxiaoxian2020@users.noreply.github.com> Date: Wed, 26 Jan 2022 19:00:13 +0800 Subject: [PATCH] add a very clear course about data structures Although the video is very "old", but it is very suitable for beginners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3605cf..588743a 100755 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ Courses - [Computer Algorithms - 2 - IIT Kanpur](https://nptel.ac.in/courses/106104019/) - [Parallel Algorithm - IIT Kanpur](https://nptel.ac.in/courses/106104120/) - [Graph Theory - IISC Bangalore](https://nptel.ac.in/courses/106108054/) +- [Data Structures - mycodeschool](https://www.youtube.com/watch?v=92S4zgXN17o&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P) ---------------------------------