-
Notifications
You must be signed in to change notification settings - Fork 1
Week 4 (Greedy)
Tasbeeh Ismail edited this page Jun 14, 2025
·
1 revision
Welcome to Week 4! This week, weβll explore Greedy Algorithms, one of the most intuitive yet tricky paradigms in algorithm design. Greedy algorithms make local optimal choices with the hope of reaching a global optimum. While simple in concept, greedy solutions only work for certain types of problems β learning to identify these is key! We'll study examples involving sorting, interval scheduling, and more. Mastering greedy techniques will greatly enhance your problem-solving toolkit.
| π Topic | Type | π Link |
|---|---|---|
| Greedy Algorithms (Dr. Mostafa Saad Playlist) | π¬ Video | βΆ Watch Here |
| Greedy Algorithms (USACO Guide - Sorting) | π Article | Explore Here |
| Greedy Algorithms (2024 Session) | π¬ Video | βΆ Watch Here |
| π Topic | π Link |
|---|---|
| π¬ Recording | Watch |
| π Slides | View |
| π Problems | Coming Soon |
| π» Codes and Solutions | Codes |
- Sheet Link: Access Problem Sheet
| π Problem Name | π₯ Video Solution | π» Code Solution |
|---|---|---|
| A - | Watch Solution | Code |
| B - | Watch Solution | Code |
| C - | Watch Solution | Code |
| D - | Watch Solution | Code |
| E - | Watch Solution | Code |
- Contest Link: Access Codeforces Problems
- Problems Overview:
| π Problem | π₯ Video Tutorial | π Code Solution |
|---|---|---|
| A - Contest Problem A | Watch Solution | Code |
| B - Contest Problem B | Watch Solution | Code |
| C - Contest Problem C | Watch Solution | Code |
| D - Contest Problem D | Watch Solution | Code |
Join the discussion and ask your questions in our Discordβs #community-chat. Weβre here to help and support your learning journey! π¬
β¨ Stay sharp β greedy might look easy, but choosing the right strategy is the real challenge! π‘