Week 11 (Stack, Queue & Deque) - ICPC-Damnhour-Community/Level-0-2025 GitHub Wiki
Stack, Queue, and Deque
Welcome to Week 11! π This week, you'll dive into fundamental linear data structures: Stack, Queue, and Deque. These structures are essential building blocks in computer science and are widely used in various applications, from algorithm design to system development. Understanding how they work and their underlying principles is crucial for efficient problem-solving and optimizing memory usage. Letβs get started! π
π Resources
π Topic | Type | π Link |
---|---|---|
Stack & Queue (2024 Session) | π¬ Video | βΆ Watch Here (01:07:19 - 01:35:16) |
Deque (2024 Session) | π¬ Video | βΆ Watch Here (00:01:52 - 44:15) |
Stack and Queue Implementation (2024 Session) | π¬ Video | βΆ Watch Here |
STL: Stack | π¬ Video | βΆ Watch Here |
STL: Queue | π¬ Video | βΆ Watch Here |
Queue Data Structure | π¬ Video | βΆ Watch Here |
Stack Data Structure | π¬ Video | βΆ Watch Here |
Stack | π Documentation | Explore Here |
Queue | π Documentation | Explore Here |
Deque | π Documentation | Explore Here |
π₯ Lecture Session
π Topic | π Link |
---|---|
π¬ Recording | Watch |
π Slides | View |
π Problems | Coming Soon |
π» Codes and Solutions | Codes |
π Practice Sheet
- Sheet Link: Access Problem Sheet
Problems
π Problem Name | π₯ Video Solution | π» Code Solution |
---|---|---|
A - Easy Stack | Watch Solution | Code |
B - Easy Queue | Watch Solution | Code |
C - Dislike of Threes | Watch Solution | Code |
D - Regular Bracket Sequence | Watch Solution | Code |
E - Balanced Tunnel | Watch Solution | Code |
F - Card Deck | Watch Solution | Code |
G - Second Order Statistics | Watch Solution | Code |
H - Game with String | Watch Solution | Code |
I - Lineland Mail | Watch Solution | Code |
J - Vector-Erase | Watch Solution | Code |
K - Vector-Sort | Watch Solution | Code |
L - Simple Text Editor | Watch Solution | Code |
π Weekly Contest
- 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 |
π¬ Community Support
For any questions, join the discussion in our Discordβs #community-chat. Weβre here to help you every step of the way!
β¨ Good luck, and have a great week! π