C++ Stacks and Queues

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=7zQ2V-tY9Hk



Duration: 36:47
116 views
1


You must understand the concept of a queue (FIFO) and a stack (LIFO) but should rarely use the std::queue or std::stack classes, preferring lists or deques or vectors instead.