STL std::set | Modern Cpp Series Ep. 121
►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 give you an introduction to the std::set data structure which is an ordered data structure for adding unique elements. Sets are typically implemented as a tree structure (rb-tree) for insertion and removal operations. Sets can also be merged together to transfer elements into another set. The key is to use this structure to check for existence of data. ►YouTube Channel: / mikeshah ►Please like and subscribe to help the channel! ►Join our free community: https://courses.mshah.io/communities/...

▶︎
STL std::unordered_set (std::algorithm generate_n for creation of sets) | Modern Cpp Series Ep. 122

▶︎
STL std::deque | Modern Cpp Series Ep. 120

▶︎
STL std::list | Modern Cpp Series Ep. 118

▶︎
Back to Basics: Concepts in C++ - Nicolai Josuttis - CppCon 2024

▶︎
Master GNU Debugger: Debug C++ & Assembly Programs with GDB Like a Pro

▶︎
lvalue, rvalue, lvalue references and an intro to rvalue references | Modern Cpp Series Ep. 31

▶︎
STL std::vector | Modern Cpp Series Ep. 116

▶︎
Trump Preps for 80th Birthday, Threatens to Hit Iran, Knicks Historic Win & Elon Musk Trillionaire!?

▶︎
STL std::map | Modern Cpp Series Ep. 126

▶︎
When do I use a union in C or C++, instead of a struct?

▶︎
Something is jamming GPS over Europe. Here's what we found

▶︎
Unfortunately, I Was Right

▶︎
The Match That Made Brazilians Hate Germany

▶︎
STL C++ Iterators - Writing an iterator from scratch | Modern Cpp Series Ep. 138

▶︎
Conan O’Brien Delivers the Commencement Address | Harvard Commencement 2026

▶︎
STL std::unordered_map (C++11) | Modern Cpp Series Ep. 129

▶︎
std::shared_ptr - A reference counted smart pointer | Modern Cpp Series Ep. 34

▶︎
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33

▶︎
C++ STL std::priority_queue (a container adaptor) | Modern Cpp Series Ep. 133

▶︎
