C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131

Описание к видео C++ STL std::stack (a container adaptor) | Modern Cpp Series Ep. 131

►Full C++ Series Playlist:    • The C++ Programming Language  
►Find full courses on: https://courses.mshah.io/
►Join as Member to Support the channel:    / @mikeshah  

►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:    / mikeshah  
►Please like and subscribe to help the channel!
►Join our free community: https://courses.mshah.io/communities/...

Комментарии

Информация по комментариям в разработке