From da205abc6b5aa283d38cc32fb5561d14f6af62f8 Mon Sep 17 00:00:00 2001 From: swastikgithub09 <89203698+swastikgithub09@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:34:02 +0530 Subject: [PATCH] added Compiler design in index and a course in it in free-courses-hi.md (#7317) * added ComputerArchitecture in index and a course in it * added compiler design and one course in it --- courses/free-courses-hi.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/courses/free-courses-hi.md b/courses/free-courses-hi.md index 7ab46549f..4f5223421 100644 --- a/courses/free-courses-hi.md +++ b/courses/free-courses-hi.md @@ -7,6 +7,8 @@ * [Blockchain](#blockchain) * [C](#c) * [C++](#cpp) +* [Compiler Design](#compiler-design) +* [Computer Organization and Architecture](#computer-organization-and-architecture) * [Data Structures](#data-structures) * [DevOps](#devops) * [Flutter](#flutter) @@ -90,6 +92,16 @@ * [The Complete C++ Course \| Hindi](https://www.youtube.com/playlist?list=PLLYz8uHU480j37APNXBdPz7YzAi4XlQUF) - Saurabh Shukla +### Compiler Design + +* [Compiler Design (Complete Playlist)](https://www.youtube.com/playlist?list=PLxCzCOWd7aiEKtKSIHYusizkESC42diyc) - Gate Smashers (YouTube) + + +### Computer Organization and Architecture + +* [Computer Organization and Architecture](https://www.youtube.com/playlist?list=PLxCzCOWd7aiHMonh3G6QNKq53C6oNXGrX) - Gate Smashers (YouTube) + + ### Data Structures * [2-D Arrays - Level 1](https://www.youtube.com/playlist?list=PL-Jc9J83PIiFkOETg2Ybq-FMuJjkZSGeH) - Pepcoding