From e6550381e9a36fddebf7db8829f53ea87ade700f Mon Sep 17 00:00:00 2001 From: Almas Date: Sat, 9 Aug 2025 14:16:09 +0500 Subject: [PATCH] Add Harvard CS50: Introduction to Computer Science (#450) Added a detailed introductory CS course (CS50) from Harvard with full video lectures freely available on YouTube. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b1199..60ae802 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Table of Contents ------------------------------ - +- [CS50: Introduction to Computer Science - Harvard (David J. Malan)](https://www.youtube.com/playlist?list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V) + Broad introduction to computer science including programming (C, Python, JavaScript), algorithms, data structures, software engineering, and web development. - [Introduction to Computer Science](#introduction-to-computer-science) - [Data Structures and Algorithms](#data-structures-and-algorithms) - [Systems Programming](#systems-programming)