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

Описание к видео STL std::unordered_set (std::algorithm generate_n for creation of sets) | Modern Cpp Series Ep. 122

►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::unordered_set data structure which is an unsorted data structure storing unique elements. The advantage is in this case the ability to have average time constant lookup, insertion, and removal. I'll spend some time introducing the concept of a hash table at the start of the lesson, and then I'll also show you how to generate sets using the stl algorithm generate_n.

►YouTube Channel:    / mikeshah  
►Please like and subscribe to help the channel!
►Join our free community: https://courses.mshah.io/communities/...

Комментарии

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