Queue Data Structure: Introduction, Applications and Implementation in C++

Опубликовано: 26 Февраль 2026
на канале: NL Tech
100
9

Queues are a fundamental data structure. In this video we define them, design an abstract data type for a queue, talk about applications, available queue implementations in the C++ standard library and finally implement a custom abstract data type for a queue.

Contents:
00:00 Introduction
00:24 Data Flow
00:58 Applications
01:55 std::queue
02:43 Design
03:13 Implementation
05:01 Conclusion

Books on the topic:
Introduction to Algorithms: https://www.amazon.com/Introduction-A...
Data Structures and Algorithms Made Easy: https://www.amazon.com/Data-Structure...

Queues in the C++ Standard Library:
https://cplusplus.com/reference/queue...

Email: [email protected]
Twitter:   / nikelaz  
LinkedIn:   / nikola-lazarov  

#computerscience #datastructures #algorithms