The C++ Programming Language C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131
C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131 Transcript and Lesson Notes
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
Quick Summary
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
Key Takeaways
- Review the core idea: ►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
- Understand how std::stack fits into C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131.
- Understand how container fits into C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131.
- Understand how adaptor fits into C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131.
- Understand how modern fits into C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131.
Key Concepts
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson I will show you a fundamental data structure -- the stack! Stacks have two key operations, push and pop in computer science. The STL organizes stack such that each operation does exactly one thing, and push, pop, top, and empty for example are as they sound. I'll also describe what it means to be a container adaptor, and that the stack data structure itself enforces a policy, while the underlying data structure has impacts on performance. Finally, I'll show you a use case of stack with an undo and redo system. ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel! ►Join our free community: https://courses.mshah.io/communities/Q29tbXVuaXR5LTI3MzAz
Lesson FAQs
What is C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131 about?
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel
What key concepts are covered in this lesson?
The lesson covers std::stack, container, adaptor, modern, series.
What should I learn before C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131?
Review the previous lessons in The C++ Programming Language, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: std::stack, container, adaptor, modern.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
