У нас вы можете посмотреть бесплатно Container specific search algorithms - Algorithms from the C++ standard library или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this Bits of Q tutorial we will be talking about the container specific search and lookup algorithms for the different map and set classes as well as the string class. The map and set classes are: std::map, std::unordered_map, std::multimap, std::set, std::unordered_set and std::multiset. Related material: Search algorithms from the algorithm header: • 12 ways to search a range - Algorithms fro... Iterators & Iterator categories: • Iterators and iterator categories in C++ Algorithms from the standard library playlist: • Algorithms from the C++ standard library -- TIMESTAMPS -- 00:00 - Introduction 00:40 - Maps & Sets 01:31 - count 01:46 - contains 01:56 - find 02:37 - equal_range 03:44 - lower_bound & upper_bound 04:15 - Summary map+set functions 05:00 - std::string::find 06:32 - rfind 06:57 - find_first_(not_)of, find_last_(not_)of 07:28 - Summary + bonus algo If you have any questions or feedback, just leave a comment below. See you next time!