Tags
Language
Tags
November 2024
Su Mo Tu We Th Fr Sa
27 28 29 30 31 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

Python Data Structures: Stacks, Deques, and Queues [Updated: 3/11/2024]

Posted By: IrGens
Python Data Structures: Stacks, Deques, and Queues [Updated: 3/11/2024]

Python Data Structures: Stacks, Deques, and Queues [Updated: 3/11/2024]
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 35m | 71.4 MB
Instructor: Dhhyey Desai

Stacks, deques, and queues are three essential Python data structures. They form the backbone of many computer science algorithms, and showing a mastery of these concepts can help you in your current job or help you land your next role.

In this course, Dhhyey Desai shows you how to build stacks, queues, and deques, and use these linear data structures to solve real-world problems you might encounter in your work. Learn how to define each class and use Python's built-in methods to accomplish the necessary behaviors, such as push, pop, and peek; enqueue and dequeue; and add_front and remove_rear. Join Dhhyey in this course to learn the benefits of each of these common data structures, and add skills to your coding toolkit.

This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice alongside the course content to advance your programming skills.


Python Data Structures: Stacks, Deques, and Queues [Updated: 3/11/2024]