top of page


Python Practice Set (Part 12): Fundamental Data Structures (Stacks & Queues)
In this session, we'll build two of the most fundamental data structures from scratch using Python lists: the Stack (Last-In, First-Out) and the Queue (First-In, First-Out). Understanding these concepts is essential for solving a wide range of programming puzzles and real-world problems.
Anubhav Somani
Sep 32 min read
bottom of page