Data Structures 101: How Queue and Stack work?

Опубликовано: 12 Июнь 2025
на канале: Tech With Nikola
8,333
358

Welcome to my YouTube channel where we dive into computer science and technology. In this video, we will delve into two fundamental data structures: queues and stacks. These data structures are crucial in various programming applications, allowing us to efficiently store and organize data based on specific principles.

Useful links and resources:
Queue: https://github.com/freezing/dsa/blob/...
Stack: https://github.com/freezing/dsa/blob/...
https://techwithnikola.com/blog/data-...
Introduction to Algorithms by Cormen (affiliate link): https://www.amazon.co.uk/Introduction...

Visit my blog: https://techwithnikola.com
Join my discord:   / discord  

Timecodes
00:00 - What is a queue?
00:49 - Queue Implementation
03:42 - Queue Use-Case
04:36 - What is a stack?
05:24 - Stack Implementation
06:40 - Stack Use-Case
08:30 - Comparison
09:01 - Outro